Skip to content

Commit 3d031b9

Browse files
committed
Built with Dotty 0.24.0-RC1.
1 parent 3d173af commit 3d031b9

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)