Skip to content

Commit c5f6ae3

Browse files
committed
Upgrade to Scala 2.12.12
1 parent 34f1199 commit c5f6ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ lazy val root = project
4848
lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
4949

5050
lazy val scala211 = "2.11.12"
51-
lazy val scala212 = "2.12.11"
51+
lazy val scala212 = "2.12.12"
5252
lazy val scala213 = "2.13.2"
5353

5454
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(

0 commit comments

Comments
 (0)