Skip to content

Commit

Permalink
Update sbt-scalajs to 1.15.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 17, 2024
1 parent 5cbe8c1 commit c21f306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val `sbt-scalajs-esbuild` =
.enablePlugins(SbtPlugin)
.settings(commonSettings)
.settings(
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
)

lazy val `sbt-scalajs-esbuild-web` = project
Expand Down

0 comments on commit c21f306

Please sign in to comment.