Skip to content

Commit 7fe0de5

Browse files
Update sbt-scalajs, scalajs-compiler, ... to 1.18.2 (#13)
Co-authored-by: Mateusz Kubuszok <[email protected]>
1 parent 964a953 commit 7fe0de5

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
@@ -6,7 +6,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
66
// cross-compile
77
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
88
addSbtPlugin("com.indoorvivants" % "sbt-commandmatrix" % "0.0.5")
9-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
9+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
1010
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")
1111
// publishing
1212
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

0 commit comments

Comments
 (0)