Skip to content

Commit

Permalink
Merge pull request #587 from scala-steward/update/sbt-scalajs-1.13.0
Browse files Browse the repository at this point in the history
sbt-scalajs, scalajs-compiler, ... 1.13.0 (was 1.12.0)
  • Loading branch information
mkurz authored Feb 1, 2023
2 parents 12e621a + 7a00fab commit d85d34d
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
Expand Up @@ -3,7 +3,7 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")

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

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

addSbtPlugin("com.typesafe.play" % "sbt-twirl" % sys.props("project.version"))
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")

0 comments on commit d85d34d

Please sign in to comment.