Skip to content

Commit 0f9eac2

Browse files
committed
Use fixed 0.14.0-bin-20190331-c059b64-NIGHTLY dotty version, since the latest build breaks our build.
1 parent 55c3822 commit 0f9eac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/scalatest.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2134,7 +2134,8 @@ object ScalatestBuild {
21342134

21352135
import dotty.tools.sbtplugin.DottyPlugin.autoImport._
21362136
// List of available night build at https://repo1.maven.org/maven2/ch/epfl/lamp/dotty-compiler_0.13/
2137-
lazy val dottyVersion = dottyLatestNightlyBuild.get
2137+
//lazy val dottyVersion = dottyLatestNightlyBuild.get
2138+
lazy val dottyVersion = "0.14.0-bin-20190331-c059b64-NIGHTLY"
21382139
lazy val dottySettings = List(
21392140
scalaVersion := dottyVersion,
21402141
libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value)),

0 commit comments

Comments
 (0)