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 a9d49b5 commit 32e883bCopy full SHA for 32e883b
build.sbt
@@ -5,7 +5,7 @@ import sbt.url
5
// basics
6
7
val scala213 = "2.13.16"
8
-val scala3 = "3.7.3"
+val scala3 = "3.7.4"
9
val scala2 = Seq("2.11.12", "2.12.20", scala213)
10
val isScala3 = Def.setting {
11
CrossVersion.partialVersion(scalaVersion.value).exists(_._1 != 2)
0 commit comments