File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import: scala/scala-dev:travis/default.yml
55language : scala
66
77scala :
8+ - 0.22.0-RC1
89 - 2.11.12
910 - 2.12.10
1011 - 2.13.1
1617 - ADOPTOPENJDK=11 SCALAJS_VERSION=
1718
1819matrix :
20+ exclude :
21+ - scala : 0.22.0-RC1
22+ env : ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.32
23+ - scala : 0.22.0-RC1
24+ env : ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.0
1925 include :
2026 - scala : 2.11.12
2127 env : ADOPTOPENJDK=8 SCALANATIVE_VERSION=0.3.9
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
1111
1212addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.0.0" )
1313addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
14+
15+ addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.4.0" )
You can’t perform that action at this time.
0 commit comments