Skip to content

Commit dfee523

Browse files
committed
Bump scala 3.5.0-RC7
Also set `-source:3.7` as they delay [new givens prioritization scheme](scala/scala3#19300) to scala 3.7. And We want to keep using this new scheme as We already migrated to this scheme.
1 parent 207d533 commit dfee523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/BuildSettings.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object BuildSettings {
66
import Dependencies._
77

88
val lilaVersion = "4.0"
9-
val globalScalaVersion = "3.5.0-RC4"
9+
val globalScalaVersion = "3.5.0-RC7"
1010

1111
def buildSettings =
1212
Defaults.coreDefaultSettings ++ Seq(
@@ -47,7 +47,7 @@ object BuildSettings {
4747
"-Ybackend-parallelism:16", // https://github.com/scala/scala3/pull/15392
4848
// "-nowarn", // during migration
4949
// "-rewrite",
50-
"-source:3.6-migration",
50+
"-source:3.7",
5151
"-indent",
5252
// "-explaintypes",
5353
// "-explain",

0 commit comments

Comments
 (0)