Skip to content

Commit affe425

Browse files
committed
bump Scala to 2.12.6 and 2.13.0-M4
1 parent f3f3e70 commit affe425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import ScalaModulePlugin._
22

33
scalaVersionsByJvm in ThisBuild := {
44
val v211 = "2.11.12"
5-
val v212 = "2.12.4"
6-
val v213 = "2.13.0-M3"
5+
val v212 = "2.12.6"
6+
val v213 = "2.13.0-M4"
77
Map(
88
6 -> List(v211 -> true),
99
7 -> List(v211 -> false),

0 commit comments

Comments
 (0)