Skip to content

Commit 2115b89

Browse files
committed
Update sbt-scala-module to 2.3.0
1 parent a13ed76 commit 2115b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
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.4.0")
66

7-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4")
7+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0")
88
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
99
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.0.0")
1010
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

0 commit comments

Comments
 (0)