Skip to content

Commit

Permalink
Update sbt-scalajs to 1.14.0 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 22, 2023
1 parent e7b7644 commit dc54d87
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 @@ -95,7 +95,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.13.2"),
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0"),
sbtPlugin := true,
// set up 'scripted; sbt plugin for testing sbt plugins
scriptedBufferLog := false,
Expand Down

0 comments on commit dc54d87

Please sign in to comment.