Skip to content

Commit

Permalink
Update sbt-scalajs to 1.14.0 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Domantas Petrauskas <[email protected]>
  • Loading branch information
scala-steward and ptrdom authored Nov 18, 2023
1 parent 82a5b2b commit f6718e1
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.10.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
)

lazy val `sbt-web-scalajs-vite` =
Expand Down

0 comments on commit f6718e1

Please sign in to comment.