Created
May 1, 2018 08:47
-
-
Save pandanote-info/3d9ea858f4c268c9dc6479ada8e48ae3 to your computer and use it in GitHub Desktop.
ScalaTestを使用するためのbuild.sbtの設定例。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.5" | |
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test" | |
logBuffered in Test := false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment