Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler to 0.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 23, 2019
1 parent eb53dd8 commit 25065be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -3,7 +3,7 @@ resolvers += Resolver.bintrayRepo("ktosopl", "sbt-plugins/sbt-jcstress")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.6")
addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.27")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.0" exclude ("org.scalameta", "mdoc"))
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0")
Expand Down

0 comments on commit 25065be

Please sign in to comment.