We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1b4829 + 7cca629 commit ea2270dCopy full SHA for ea2270d
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.13
+sbt.version=0.13.17
src/main/g8/build.sbt
@@ -2,10 +2,10 @@ lazy val root = (project in file(".")).
2
settings(
3
inThisBuild(List(
4
organization := "com.example",
5
- scalaVersion := "2.12.1"
+ scalaVersion := "2.12.4"
6
)),
7
name := "scalatest-example"
8
)
9
10
-libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.1"
11
-libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
+libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.4"
+libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % "test"
src/main/g8/project/build.properties
0 commit comments