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 bd6c1d2 commit 5c8dab6Copy full SHA for 5c8dab6
project/DottySupport.scala
@@ -13,7 +13,7 @@ import sbt.librarymanagement.{
13
* Dotty in .travis.yml.
14
*/
15
object DottySupport {
16
- val dottyVersion = "0.14.0-bin-20190226-afc03c9-NIGHTLY"
+ val dottyVersion = "0.14.0-bin-20190320-b213f24-NIGHTLY"
17
val compileWithDotty: Boolean =
18
Option(System.getProperty("scala.build.compileWithDotty")).map(_.toBoolean).getOrElse(false)
19
lazy val commonSettings = Seq(
0 commit comments