Skip to content

Commit

Permalink
Merge pull request #3853 from typelevel/update/series/3.x/sbt-scalajs…
Browse files Browse the repository at this point in the history
…-1.14.0

Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 in series/3.x
  • Loading branch information
armanbilge authored Sep 27, 2023
2 parents cec7991 + 65ee601 commit 3868b98
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 @@ -2,7 +2,7 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"

addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.3")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0")
Expand Down

0 comments on commit 3868b98

Please sign in to comment.