We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3effa9 commit e03008bCopy full SHA for e03008b
.travis.yml
@@ -8,7 +8,7 @@ scala:
8
- 2.11.12
9
- 2.12.11
10
- 2.13.3
11
- - 3.0.0-M1
+ - 3.0.0-M2
12
13
env:
14
- ADOPTOPENJDK=8
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.4.2
+sbt.version=1.4.4
project/plugins.sbt
@@ -1,2 +1,2 @@
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.3")
2
-addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.5") // cross-compile for dotty
+addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.6") // cross-compile for dotty
0 commit comments