Skip to content

Commit

Permalink
Merge pull request #501 from scala-steward/update/sbt-scalajs-1.10.0
Browse files Browse the repository at this point in the history
sbt-scalajs, scalajs-compiler, ... 1.10.0 (was 1.9.0)
  • Loading branch information
mkurz authored Apr 8, 2022
2 parents 366e9f5 + 22dfbb3 commit 97a6022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

// For the Cross Build
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % sys.props("project.version"))
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")

0 comments on commit 97a6022

Please sign in to comment.