We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d173af commit 3d031b9Copy full SHA for 3d031b9
project/DottyBuild.scala
@@ -13,7 +13,7 @@ trait DottyBuild { this: BuildCommons =>
13
14
// List of available night build at https://repo1.maven.org/maven2/ch/epfl/lamp/dotty-compiler_0.14/
15
// lazy val dottyVersion = dottyLatestNightlyBuild.get
16
- lazy val dottyVersion = "0.23.0"
+ lazy val dottyVersion = "0.24.0-RC1"
17
lazy val dottySettings = List(
18
scalaVersion := dottyVersion,
19
libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value)),
0 commit comments