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 013192b commit bd84ccaCopy full SHA for bd84cca
build.sbt
@@ -25,7 +25,7 @@ inThisBuild(
25
)
26
27
lazy val scala213 = "2.13.13"
28
-lazy val scala3 = "3.3.1"
+lazy val scala3 = "3.3.2"
29
lazy val supportedScalaVersions = List(scala213, scala3)
30
31
def javaLibSettings(release: Int) = Seq(
0 commit comments