Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit ae7d7e5

Browse files
committed
Bump Dotty version
This version of Dotty fixes several unsoundness issues and remove the unsound protected[this] escape hatch for variance checking. See scala/scala3#4013
1 parent d27e5f0 commit ae7d7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.scalajs.sbtplugin.cross.CrossProject
33

44
// Convenient setting that allows writing `set scalaVersion := dotty.value` in sbt shell to switch from Scala to Dotty
55
val dotty = settingKey[String]("dotty version")
6-
dotty in ThisBuild := "0.7.0-RC1"
6+
dotty in ThisBuild := "0.8.0-bin-20180317-b499a9a-NIGHTLY"
77

88
val collectionsScalaVersionSettings = Seq(
99
scalaVersion := "2.13.0-M2",

0 commit comments

Comments
 (0)