Skip to content

Commit

Permalink
Merge pull request #527 from scala-steward/update/sbt-scalajs-1.15.0
Browse files Browse the repository at this point in the history
Update sbt-scalajs, scalajs-compiler, ... to 1.15.0
  • Loading branch information
ddworak authored Jan 17, 2024
2 parents ce980cc + 66f0e1a commit fc66290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
logLevel := Level.Warn

addSbtPlugin("com.github.ghik" % "sbt-nosbt" % "0.2.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
Expand Down

0 comments on commit fc66290

Please sign in to comment.