Skip to content

Commit 7b8581f

Browse files
Update sbt-scala-module to 2.2.3 (#111)
1 parent 1868778 commit 7b8581f

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.2.0")
33

4-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.2")
4+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.3")
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)