Skip to content

Commit e03008b

Browse files
committed
add support for Scala 3.0.0-M2
1 parent f3effa9 commit e03008b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scala:
88
- 2.11.12
99
- 2.12.11
1010
- 2.13.3
11-
- 3.0.0-M1
11+
- 3.0.0-M2
1212

1313
env:
1414
- ADOPTOPENJDK=8

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.4.2
1+
sbt.version=1.4.4

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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
2+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.6") // cross-compile for dotty

0 commit comments

Comments
 (0)