Skip to content

Commit

Permalink
Merge pull request #757 from scala-steward/update/sbt-scalajs-1.5.0
Browse files Browse the repository at this point in the history
Update sbt-scalajs, scalajs-compiler, ... to 1.5.0
  • Loading branch information
larsrh authored Feb 12, 2021
2 parents 87c69f0 + fe072cf commit 8c17c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/scalajs/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.4.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0")

2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")

addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.2")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.4.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0")

def env(name: String): Option[String] =
Option(System.getenv(name))
Expand Down

0 comments on commit 8c17c90

Please # to comment.