Skip to content

Commit 5c8dab6

Browse files
committed
Update Dotty to latest nightly
We need scala/scala3#6115 to compile the standard library.
1 parent bd6c1d2 commit 5c8dab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/DottySupport.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import sbt.librarymanagement.{
1313
* Dotty in .travis.yml.
1414
*/
1515
object DottySupport {
16-
val dottyVersion = "0.14.0-bin-20190226-afc03c9-NIGHTLY"
16+
val dottyVersion = "0.14.0-bin-20190320-b213f24-NIGHTLY"
1717
val compileWithDotty: Boolean =
1818
Option(System.getProperty("scala.build.compileWithDotty")).map(_.toBoolean).getOrElse(false)
1919
lazy val commonSettings = Seq(

0 commit comments

Comments
 (0)