Skip to content

Commit

Permalink
Merge pull request #846 from scala-steward/update/sbt-scalajs-1.17.0
Browse files Browse the repository at this point in the history
sbt-scalajs, scalajs-compiler, ... 1.17.0 (was 1.16.0)
  • Loading branch information
mkurz authored Nov 4, 2024
2 parents 8d24705 + 91ab169 commit 1a9405f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")

// For the Cross Build
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % sys.props("project.version"))
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")

0 comments on commit 1a9405f

Please sign in to comment.