We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8740eec + cefee03 commit 75c20adCopy full SHA for 75c20ad
.travis.yml
@@ -0,0 +1,3 @@
1
+language: scala
2
+jdk: oraclejdk8
3
+script: sbt test
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 @@
-sbt.version=0.13.11
+sbt.version=0.13.13
0 commit comments