Skip to content

Commit

Permalink
Merge pull request #1172 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 67ad569 + 3d42645 commit 5d098af
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
Expand Up @@ -3,7 +3,7 @@ logLevel := Level.Warn
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"

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("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
Expand Down

0 comments on commit 5d098af

Please sign in to comment.