Skip to content

Commit 2fbee4c

Browse files
committed
Update sbt-scala-module to 2.2.4
1 parent 4182e59 commit 2fbee4c

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
@@ -1,7 +1,7 @@
11
val scalaJSVersion =
22
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.4.0")
33

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

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

0 commit comments

Comments
 (0)