We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0adfc5a + d3d88fc commit e5eb994Copy full SHA for e5eb994
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-M2"
+ val v213 = "2.13.0-M3"
7
Map(
8
8 -> List(v213 -> true),
9
9 -> List(v213 -> false))
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.16
+sbt.version=0.13.17
0 commit comments