Skip to content

Commit eeb828d

Browse files
authored
Merge pull request #360 from scala-steward/update/sbt-1.3.1
Update sbt to 1.3.1
2 parents fb1e4a3 + 26cb5d4 commit eeb828d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.0
1+
sbt.version=1.3.1

project/plugins.sbt

+1-1
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.28")
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
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
77
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.3.4")

0 commit comments

Comments
 (0)