Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler, ... to 1.18.1 (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: ptrdom-scala-steward[bot] <157643620+ptrdom-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
ptrdom-scala-steward[bot] authored Jan 14, 2025
1 parent 9297cfe commit f621217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy val `sbt-scalajs-esbuild` =
.enablePlugins(SbtPlugin, ScriptedSourcesPlugin, ExampleVersionPlugin)
.settings(commonSettings)
.settings(
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
)

lazy val `sbt-scalajs-esbuild-web` = project
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("me.ptrdom" % "scripted-sbt-sources" % "0.3.0")

// only needed for `scala-steward-hooks`
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")

0 comments on commit f621217

Please sign in to comment.