aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-08-18 16:30:35 -0700
committervlad <vlad@drivergrp.com>2016-08-18 16:30:35 -0700
commit9f1b85ce3e8798d59da8bb4805ec39a0f1dffe2d (patch)
tree125ec17c3789f23d87163b10104d0ea1a65f60ea /build.sbt
parent7a7e176fa4eb2515ccb7931ca8504635e0f17cca (diff)
downloaddriver-core-9f1b85ce3e8798d59da8bb4805ec39a0f1dffe2d.tar.gz
driver-core-9f1b85ce3e8798d59da8bb4805ec39a0f1dffe2d.tar.bz2
driver-core-9f1b85ce3e8798d59da8bb4805ec39a0f1dffe2d.zip
Using newer stable version of the sbt plugin
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index fc70e1d..0e4b9fc 100644
--- a/build.sbt
+++ b/build.sbt
@@ -23,4 +23,5 @@ lazy val core = (project in file(".")).
"com.github.swagger-akka-http" %% "swagger-akka-http" % "0.7.1"
))
.gitPluginConfiguration
- .settings(repositoriesSettings ++ publicationSettings ++ releaseSettings)
+ .settings (lintingSettings ++ formatSettings)
+ .settings (repositoriesSettings ++ publicationSettings ++ releaseSettings)