Skip to content

Commit

Permalink
Merge pull request #15868 from lenguyenthanh/scala-3.5.0-RC7
Browse files Browse the repository at this point in the history
Bump scala 3.5.0-RC7
  • Loading branch information
ornicar committed Aug 9, 2024
2 parents 2046379 + dfee523 commit 5844286
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 5844286

Please sign in to comment.