Skip to content

Commit 5197259

Browse files
committed
dotty 0.24.0-bin-20200407-2352d90-NIGHTLY
1 parent a2dacff commit 5197259

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.24.0-bin-20200406-eff5496-NIGHTLY"
16+
lazy val dottyVersion = "0.24.0-bin-20200407-2352d90-NIGHTLY"
1717
// lazy val dottyVersion = "0.23.0-RC1"
1818
private lazy val customBuildVersion = version := {
1919
val isDottyNightly = dottyVersion.length > 10 // // "0.xx.0-bin".length

0 commit comments

Comments
 (0)