Skip to content

Commit 44d4762

Browse files
scala-stewardMateuszKubuszok
authored andcommitted
Update sbt-scalajs, scalajs-compiler, ... to 1.16.0
1 parent 9fee3ac commit 44d4762

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.0.11")
66
// cross-compile
77
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
88
addSbtPlugin("com.indoorvivants" % "sbt-commandmatrix" % "0.0.5")
9-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
9+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
1010
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
1111
// publishing
1212
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")

0 commit comments

Comments
 (0)