Skip to content

Commit 97532dc

Browse files
scala-stewardSethTisue
authored andcommitted
Update sbt to 1.3.3 (was 1.2.8)
also bump sbt-scala-version to get newer mima version, old mima version doesn't work with sbt 1.3
1 parent 0a1df6b commit 97532dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

project/build.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Not 1.3.0 due to https://github.com/sbt/sbt/issues/5043
2-
sbt.version=1.2.8
1+
sbt.version=1.3.3

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val scalaJSVersion =
22
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.29")
33

4-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.2")
4+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3")
55

66
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
77
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

0 commit comments

Comments
 (0)