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.
2 parents 3006aca + 80eab0e commit b0d0475Copy full SHA for b0d0475
build.sbt
@@ -16,7 +16,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(PrimaryJava, LTSJava, GraalVM)
16
17
val Scala212 = "2.12.20"
18
val Scala213 = "2.13.16"
19
-val Scala3 = "3.3.5"
+val Scala3 = "3.3.6"
20
21
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)
22
ThisBuild / scalaVersion := Scala213
0 commit comments