We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f1199 commit c5f6ae3Copy full SHA for c5f6ae3
build.sbt
@@ -48,7 +48,7 @@ lazy val root = project
48
lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
49
50
lazy val scala211 = "2.11.12"
51
-lazy val scala212 = "2.12.11"
+lazy val scala212 = "2.12.12"
52
lazy val scala213 = "2.13.2"
53
54
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(
0 commit comments