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 55c3822 commit 0f9eac2Copy full SHA for 0f9eac2
project/scalatest.scala
@@ -2134,7 +2134,8 @@ object ScalatestBuild {
2134
2135
import dotty.tools.sbtplugin.DottyPlugin.autoImport._
2136
// List of available night build at https://repo1.maven.org/maven2/ch/epfl/lamp/dotty-compiler_0.13/
2137
- lazy val dottyVersion = dottyLatestNightlyBuild.get
+ //lazy val dottyVersion = dottyLatestNightlyBuild.get
2138
+ lazy val dottyVersion = "0.14.0-bin-20190331-c059b64-NIGHTLY"
2139
lazy val dottySettings = List(
2140
scalaVersion := dottyVersion,
2141
libraryDependencies := libraryDependencies.value.map(_.withDottyCompat(scalaVersion.value)),
0 commit comments