From d0e71734701ff55db1fae4bdc3cf0f40b22ceb58 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Wed, 28 Sep 2016 10:35:18 -0400 Subject: upgrade dotty version --- stage2/plugins/Dotty.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage2') diff --git a/stage2/plugins/Dotty.scala b/stage2/plugins/Dotty.scala index e0e8f85..2fdb895 100644 --- a/stage2/plugins/Dotty.scala +++ b/stage2/plugins/Dotty.scala @@ -5,7 +5,7 @@ import java.nio.file.Files import java.nio.file.attribute.FileTime trait Dotty extends BaseBuild{ - def dottyVersion: String = "0.1-20160925-b2b475d-NIGHTLY" + def dottyVersion: String = "0.1-20160926-ec28ea1-NIGHTLY" def dottyOptions: Seq[String] = Seq() private lazy val dottyLib = new DottyLib( -- cgit v1.2.3