Skip to content

Commit

Permalink
Update sbt-web-scalajs to 1.3.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 16, 2023
1 parent 867cb53 commit e421306
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 @@ -96,7 +96,7 @@ lazy val `sbt-web-scalajs-esbuild` =
.enablePlugins(SbtPlugin)
.settings(commonSettings)
.settings(
addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.2.0"),
addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.3.0"),
scriptedDependencies := {
val () = scriptedDependencies.value
val () = (`sbt-scalajs-esbuild-web` / publishLocal).value
Expand Down

0 comments on commit e421306

Please sign in to comment.