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 073920a + 81d2e29 commit 2da9a4bCopy full SHA for 2da9a4b
1 file changed
build.sbt
@@ -16,7 +16,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(PrimaryJava, LTSJava, GraalVM)
16
17
val Scala212 = "2.12.21"
18
val Scala213 = "2.13.18"
19
-val Scala3 = "3.3.7"
+val Scala3 = "3.3.8"
20
21
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)
22
ThisBuild / scalaVersion := Scala213
0 commit comments