Skip to content

Commit

Permalink
Merge pull request #54 from lenguyenthanh/bump-scalajs
Browse files Browse the repository at this point in the history
Bump scalajs and scalajs-crossproject plugins
  • Loading branch information
lenguyenthanh authored May 17, 2024
2 parents 68c5986 + bb85951 commit 46b4013
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
Expand Up @@ -4,8 +4,8 @@ addSbtPlugin("io.chrisdavenport" % "sbt-mima-version-check" % "0.1.2")
addSbtPlugin("io.chrisdavenport" % "sbt-no-publish" % "0.1.0")
addSbtPlugin("io.chrisdavenport" % "sbt-make-pom" % "0.0.2")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
// addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.1")
Expand Down

0 comments on commit 46b4013

Please sign in to comment.