Skip to content

Commit

Permalink
Merge pull request #3435 from typelevel/topic/update-sjs-on-2.5
Browse files Browse the repository at this point in the history
Update to Scala.js 1.16.0 on series/2.5.x
  • Loading branch information
mpilquist committed May 16, 2024
2 parents 1ac0af7 + b184793 commit 54ba497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.22.1")
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.9.9")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
Expand Down

0 comments on commit 54ba497

Please sign in to comment.