We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845d5ab commit 9624156Copy full SHA for 9624156
build.sbt
@@ -8,7 +8,7 @@ version := "1.0.5-SNAPSHOT"
8
9
scalaVersion := crossScalaVersions.value.head
10
11
-crossScalaVersions := Seq("2.11.6", "2.12.0-M1")
+crossScalaVersions := Seq("2.11.7", "2.12.0-M3")
12
13
// important!! must come here (why?)
14
scalaModuleOsgiSettings
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.8
+sbt.version=0.13.9
project/plugins.sbt
-addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.3")
+addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.4")
0 commit comments