Skip to content

Commit 35ea477

Browse files
authored
Merge pull request #3047 from eikek/update/sbt-scalajs-1.19.0
Update sbt-scalajs, scalajs-compiler, ... to 1.19.0
2 parents 13ff1c4 + b7a6d95 commit 35ea477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
99
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.15.0")
1010
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
1111
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
12-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
12+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
1313
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
1414
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
1515

0 commit comments

Comments
 (0)