Skip to content

Commit c4b3227

Browse files
committed
Merge branch 'feature-dotty-0.24.0-RC1' into 3.1.x
2 parents 3d173af + 3d031b9 commit c4b3227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/DottyBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trait DottyBuild { this: BuildCommons =>
1313

1414
// List of available night build at https://repo1.maven.org/maven2/ch/epfl/lamp/dotty-compiler_0.14/
1515
// lazy val dottyVersion = dottyLatestNightlyBuild.get
16-
lazy val dottyVersion = "0.23.0"
16+
lazy val dottyVersion = "0.24.0-RC1"
1717
lazy val dottySettings = List(
1818
scalaVersion := dottyVersion,
1919
libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value)),

0 commit comments

Comments
 (0)