aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-02-23 00:50:04 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-02-28 18:08:41 +0100
commit327960efa53d67ee0c56729a0e4e655423cde26b (patch)
treece214443f446c6a0ef0fef8d13120a68afdce3ff /project/plugins.sbt
parent0eecb7189188e6ce379b8840749abb1e0241035b (diff)
downloaddotty-327960efa53d67ee0c56729a0e4e655423cde26b.tar.gz
dotty-327960efa53d67ee0c56729a0e4e655423cde26b.tar.bz2
dotty-327960efa53d67ee0c56729a0e4e655423cde26b.zip
Upgrade sbt to 0.13.11 and scalastyle-sbt-plugin to 0.8.0
Upgrading sbt will allow us to experiment with bootstrapping using sbt since 0.13.11 is the first release that supports building with dotty (see https://github.com/smarter/dotty-bridge). Upgrading scalastyle-sbt-plugin allows us to remove the workaround for https://github.com/scalastyle/scalastyle/issues/156
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt6
1 files changed, 1 insertions, 5 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index de44b41f0..f9c0dbf1a 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -5,8 +5,4 @@
// Scala IDE project file generator
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
-// See https://github.com/scalastyle/scalastyle/issues/156#issuecomment-137229733
-addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.7.0" excludeAll(
- ExclusionRule(organization = "com.danieltrinh")))
-
-libraryDependencies += "org.scalariform" %% "scalariform" % "0.1.7"
+addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")