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 efe61cd commit eade471Copy full SHA for eade471
build.sbt
@@ -51,7 +51,7 @@ lazy val root = project
51
lazy val junit = libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test
52
53
lazy val scala211 = "2.11.12"
54
-lazy val scala212 = "2.12.16"
+lazy val scala212 = "2.12.17"
55
lazy val scala213 = "2.13.10"
56
lazy val scala3 = "3.1.3"
57
0 commit comments