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

Commit 0d638e7

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 0d638e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: scala
22
jdk: oraclejdk8
33
script:
4-
- sbt ++2.12.4 memoryBenchmark/compile test ++2.13.0-M2 timeBenchmark/compile test ++0.7.0-RC1 test
4+
- sbt ++2.12.4 memoryBenchmark/compile test ++2.13.0-M2 timeBenchmark/compile test ++0.8.0-bin-20180317-b499a9a-NIGHTLY test
55
- sbt ++2.13.0-M2 collections-contribJVM/test junit/test scalacheck/test
66
- sbt ++2.12.4 collectionsJS/test ++2.13.0-M2 collectionsJS/test collections-contribJS/test
77
before_script:

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)