Skip to content

Commit

Permalink
Bump scala 3.5.0-RC7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lenguyenthanh committed Aug 9, 2024
1 parent 207d533 commit dfee523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object BuildSettings {
import Dependencies._

val lilaVersion = "4.0"
val globalScalaVersion = "3.5.0-RC4"
val globalScalaVersion = "3.5.0-RC7"

def buildSettings =
Defaults.coreDefaultSettings ++ Seq(
Expand Down Expand Up @@ -47,7 +47,7 @@ object BuildSettings {
"-Ybackend-parallelism:16", // https://github.com/scala/scala3/pull/15392
// "-nowarn", // during migration
// "-rewrite",
"-source:3.6-migration",
"-source:3.7",
"-indent",
// "-explaintypes",
// "-explain",
Expand Down

0 comments on commit dfee523

Please sign in to comment.