From ad99f96adb302b231c5a8761eb9cc731406d0b11 Mon Sep 17 00:00:00 2001 From: Slava Schmidt Date: Tue, 21 Jun 2016 11:45:44 +0200 Subject: [PATCH] #150, chore: small code cleanup --- build.sbt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 9482f35..466e948 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ import bintray.Keys._ -import sbt.{Level, Resolver, UpdateLogging} +import sbt._ val PlayVersion = "2.5.4" val Scala10 = "2.10.5" @@ -99,7 +99,6 @@ lazy val plugin = (project in file("plugin")) ) .dependsOn(common, apiFirstCore, playScalaGenerator, swaggerParser, swaggerModel) - lazy val root = (project in file(".")) // Use sbt-doge cross building since we have different projects with different scala versions .settings(commonSettings: _*) @@ -147,7 +146,6 @@ def commonSettings: Seq[Setting[_]] = bintrayPublishSettings ++ Seq( excludeFilter in scalariformFormat := (excludeFilter in scalariformFormat).value || dontFormatTestModels ) ++ Lint.all ++ scalariformSettings - // https://github.com/sbt/sbt-scalariform#advanced-configuration for more options. val dontFormatTestModels = new sbt.FileFilter {