Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5e544c1

Browse files
committedOct 20, 2020
Update sbt-scala-module to 2.2.3
1 parent c407260 commit 5e544c1

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.