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 a2dacff commit 5197259Copy full SHA for 5197259
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.24.0-bin-20200406-eff5496-NIGHTLY"
+ lazy val dottyVersion = "0.24.0-bin-20200407-2352d90-NIGHTLY"
17
// lazy val dottyVersion = "0.23.0-RC1"
18
private lazy val customBuildVersion = version := {
19
val isDottyNightly = dottyVersion.length > 10 // // "0.xx.0-bin".length
0 commit comments