Skip to content

Commit 85969b6

Browse files
authored
Merge pull request #450 from isomarcte/update-sbt-module-version
Update SBT Modules Version
2 parents 04980b0 + 45fcec4 commit 85969b6

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.1")
4+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.2")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
77
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.2")

0 commit comments

Comments
 (0)