Skip to content

Commit 5f7373f

Browse files
authored
Merge pull request #148 from Sciss/work
bump sbt and sbt plug-ins. move to Scala 3.0.0-RC1
2 parents c69b03f + b1af110 commit 5f7373f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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-M2
11+
- 3.0.0-RC1
1212

1313
env:
1414
- ADOPTOPENJDK=8

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lazy val scalaTestVersion = "3.2.3"
1+
lazy val scalaTestVersion = "3.2.4"
22

33
lazy val commonSettings = Seq(
44
scalacOptions ++= Seq("-deprecation", "-feature"),

project/build.properties

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

project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.3")
2-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.6") // cross-compile for dotty
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4")
2+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3") // cross-compile for dotty

0 commit comments

Comments
 (0)