We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b09fcc commit 05afeebCopy full SHA for 05afeeb
build.sbt
@@ -8,7 +8,7 @@ version := "2.0.0-SNAPSHOT"
8
9
scalaVersion := crossScalaVersions.value.head
10
11
-crossScalaVersions := Seq("2.11.6", "2.12.0-M1")
+crossScalaVersions := Seq("2.11.8", "2.12.1")
12
13
scalacOptions ++= Seq("-deprecation", "-feature")
14
0 commit comments