We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90f9b4a + 8d5efeb commit 7c064f6Copy full SHA for 7c064f6
1 file changed
build.sbt
@@ -8,7 +8,7 @@ val rootPkg = s"$groupId.${projectName.replace("-", "")}"
8
9
val Scala_2_12 = "2.12.20"
10
val Scala_2_13 = "2.13.16"
11
-val Scala_3 = "3.3.6"
+val Scala_3 = "3.3.7"
12
13
val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
14
"calev" -> List(JVMPlatform, JSPlatform),
0 commit comments