Skip to content

Commit 323cfde

Browse files
committed
support Scala 2.13.0-M2
and also move from 2.12.2 -> 2.12.3, just because and sbt 0.13.15 -> 0.13.16, also just because
1 parent c5e701a commit 323cfde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ scalaModuleSettings
44

55
scalaVersionsByJvm in ThisBuild := {
66
val v211 = "2.11.11"
7-
val v212 = "2.12.2"
8-
val v213 = "2.13.0-M1"
7+
val v212 = "2.12.3"
8+
val v213 = "2.13.0-M2"
99

1010
Map(
1111
6 -> List(v211 -> true),

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.15
1+
sbt.version=0.13.16

0 commit comments

Comments
 (0)