We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51e7aa commit 3849d81Copy full SHA for 3849d81
build.sbt
@@ -3,7 +3,7 @@ import ScalaModulePlugin._
3
scalaVersionsByJvm in ThisBuild := {
4
val v211 = "2.11.12"
5
val v212 = "2.12.4"
6
- val v213 = "2.13.0-M2"
+ val v213 = "2.13.0-M3"
7
8
Map(
9
6 -> List(v211 -> true),
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.16
+sbt.version=0.13.17
0 commit comments