Skip to content

Commit 615b70f

Browse files
authored
Merge pull request #123 from gourlaysama/bump-scala-version
Move to scala 2.12.3 & 2.13.0-M2
2 parents ecb0d4e + dc35849 commit 615b70f

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.11"
5-
val v212 = "2.12.2"
6-
val v213 = "2.13.0-M1"
5+
val v212 = "2.12.3"
6+
val v213 = "2.13.0-M2"
77

88
Map(
99
6 -> List(v211 -> true),

0 commit comments

Comments
 (0)