Merge pull request #467 from coursier/topic/scalajs-0.6.15

Switch to scalajs 0.6.15
This commit is contained in:
Alexandre Archambault 2017-03-21 17:50:01 +01:00 committed by GitHub
commit 8dd90a6491
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.8.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.14")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.15")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.4.0")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.8")