Skip to content

Commit

Permalink
Merge pull request #2805 from eikek/update/sbt-scalajs-1.17.0
Browse files Browse the repository at this point in the history
Update sbt-scalajs, scalajs-compiler, ... to 1.17.0
  • Loading branch information
mergify[bot] authored Sep 29, 2024
2 parents 9773a8e + fee6db2 commit 559f6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.14.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")

0 comments on commit 559f6df

Please sign in to comment.