Skip to content

Commit

Permalink
Update sbt-scalajs to 0.6.31 (scalameta#1578)
Browse files Browse the repository at this point in the history
Update sbt-scalajs to 0.6.31
  • Loading branch information
olafurpg authored Dec 3, 2019
2 parents 4b1e26b + a4bdf65 commit 975abc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ addSbtPlugin(
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.31")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.5.1")

0 comments on commit 975abc9

Please sign in to comment.