From 327960efa53d67ee0c56729a0e4e655423cde26b Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Tue, 23 Feb 2016 00:50:04 +0100 Subject: 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 --- project/plugins.sbt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'project/plugins.sbt') 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") -- cgit v1.2.3