Skip to content

Commit 7c1ae49

Browse files
committed
update scala
1 parent c270e87 commit 7c1ae49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Settings.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import sbt.Keys.*
88
object Settings {
99

1010
// also consider updating the -source param below
11-
val scala3VersionString = sys.env.getOrElse("SCALA_VERSION", "3.6.3")
11+
val scala3VersionString = sys.env.getOrElse("SCALA_VERSION", "3.6.4")
1212

1313
// needs either 3.7 or 3.5 minor version in 3.6, otherwise there is a unfixable warning about changed implicit order
1414
// see https://github.com/scala/scala3/issues/22153

0 commit comments

Comments
 (0)