Skip to content

Commit f8245ca

Browse files
authored
Merge pull request #240 from scala-steward/update/sbt-scala-module-2.1.3
Update sbt-scala-module to 2.1.3
2 parents 593fac2 + 1f1b0b0 commit f8245ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ val scalaJSVersion =
44
val scalaNativeVersion =
55
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.3.9")
66

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

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

0 commit comments

Comments
 (0)