Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
#150, chore: small code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaschmidt committed Jun 21, 2016
1 parent 159f1f7 commit ad99f96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import bintray.Keys._
import sbt.{Level, Resolver, UpdateLogging}
import sbt._

val PlayVersion = "2.5.4"
val Scala10 = "2.10.5"
Expand Down Expand Up @@ -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: _*)
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit ad99f96

Please sign in to comment.