We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c270e87 commit 7c1ae49Copy full SHA for 7c1ae49
project/Settings.scala
@@ -8,7 +8,7 @@ import sbt.Keys.*
8
object Settings {
9
10
// also consider updating the -source param below
11
- val scala3VersionString = sys.env.getOrElse("SCALA_VERSION", "3.6.3")
+ val scala3VersionString = sys.env.getOrElse("SCALA_VERSION", "3.6.4")
12
13
// needs either 3.7 or 3.5 minor version in 3.6, otherwise there is a unfixable warning about changed implicit order
14
// see https://github.com/scala/scala3/issues/22153
0 commit comments