Skip to content

Commit

Permalink
Update sbt-scalajs to 1.15.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 21, 2024
1 parent f94bd01 commit 303f9d1
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 @@ -35,7 +35,7 @@ lazy val `sbt-scalajs-vite` =
.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-web-scalajs-vite` =
Expand Down

0 comments on commit 303f9d1

Please sign in to comment.