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 5d42771 commit 99c2820Copy full SHA for 99c2820
build.sbt
@@ -54,7 +54,7 @@ lazy val root = project
54
lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
55
56
lazy val scala211 = "2.11.12"
57
-lazy val scala212 = "2.12.13"
+lazy val scala212 = "2.12.14"
58
lazy val scala213 = "2.13.6"
59
lazy val scala30 = "3.0.0"
60
0 commit comments