We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e359a commit cefee03Copy full SHA for cefee03
build.sbt
@@ -4,7 +4,7 @@ name := "collections"
4
5
version := "0.1-SNAPSHOT"
6
7
-scalaVersion := "2.12.0-RC1"
+scalaVersion := "2.12.1"
8
9
scalacOptions ++= Seq("-deprecation", "-unchecked")
10
@@ -15,7 +15,6 @@ fork in Test := true
15
parallelExecution in Test := false
16
17
libraryDependencies ++= Seq(
18
- "org.scala-lang.modules" %% "scala-java8-compat" % "0.8.0-RC7",
+ "org.scala-lang.modules" %% "scala-java8-compat" % "0.8.0",
19
"com.novocode" % "junit-interface" % "0.11" % "test"
20
)
21
-
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.11
+sbt.version=0.13.13
0 commit comments