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 cffc154 commit 598bba3Copy full SHA for 598bba3
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.22.0-bin-20200201-c4c847f-NIGHTLY"
+ lazy val dottyVersion = "0.22.0-RC1"
17
lazy val dottySettings = List(
18
scalaVersion := dottyVersion,
19
libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value)),
0 commit comments