We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12b74ac + 8dcef18 commit 0adfc5aCopy full SHA for 0adfc5a
build.sbt
@@ -3,7 +3,7 @@ import ScalaModulePlugin._
3
version in ThisBuild := "0.1.3-SNAPSHOT"
4
5
scalaVersionsByJvm in ThisBuild := {
6
- val v213 = "2.13.0-M1"
+ val v213 = "2.13.0-M2"
7
Map(
8
8 -> List(v213 -> true),
9
9 -> List(v213 -> false))
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.15
+sbt.version=0.13.16
project/plugins.sbt
@@ -1,2 +1,2 @@
-addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.9")
+addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.13")
2
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.8.0")
0 commit comments