aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2017-03-14 15:09:01 +0100
committerGuillaume Martres <smarter@ubuntu.com>2017-03-24 17:51:24 +0100
commit6099195216e36efff4ab7175881c6e32e52aae2f (patch)
treeb53f999ef7918b508a5425e22ca84a084ba21e47 /project
parent84cf02c249891d02b1eb38981b7df4ae9377e6e4 (diff)
downloaddotty-6099195216e36efff4ab7175881c6e32e52aae2f.tar.gz
dotty-6099195216e36efff4ab7175881c6e32e52aae2f.tar.bz2
dotty-6099195216e36efff4ab7175881c6e32e52aae2f.zip
Upgrade sbt plugins, remove unused scalastyle plugin
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt8
1 files changed, 3 insertions, 5 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 71a7ef5b6..81d5ceb91 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,10 +3,8 @@
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
// Scala IDE project file generator
-addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.1.0")
-addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.14")
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8")
-
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")