Skip to content

Commit

Permalink
Merge pull request #202 from scala-steward/update/sbt-scalajs-1.14.0
Browse files Browse the repository at this point in the history
Update sbt-scalajs, scalajs-compiler, ... to 1.14.0
  • Loading branch information
yurique authored Dec 5, 2023
2 parents b14e11c + dc808b1 commit 0f8ee87
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 @@ -5,7 +5,7 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.4.0"
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.13.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")

Expand Down

0 comments on commit 0f8ee87

Please sign in to comment.