Skip to content

Commit

Permalink
Update sbt-scalajs to 1.15.0 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 28, 2024
1 parent c04eaf7 commit 5ed8ed0
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 @@ -92,7 +92,7 @@ lazy val `sbt-converter` = project
.settings(
name := "sbt-converter",
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1"),
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0"),
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0"),
sbtPlugin := true,
// set up 'scripted; sbt plugin for testing sbt plugins
scriptedBufferLog := false,
Expand Down

0 comments on commit 5ed8ed0

Please sign in to comment.