From c832ffc4243d92e4f27dd3a743b73d21cf13bd43 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 15:53:53 +0200 Subject: Add scalastyle to dependencies, with default config. --- project/plugins.sbt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'project/plugins.sbt') diff --git a/project/plugins.sbt b/project/plugins.sbt index 654570000..47bc44dfe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,3 +4,6 @@ // Scala IDE project file generator addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0") + +addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.6.0") + -- cgit v1.2.3