aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorStewart Stewart <stewinsalot@gmail.com>2016-11-22 13:49:22 -0500
committerStewart Stewart <stewinsalot@gmail.com>2016-11-22 13:49:22 -0500
commitf917786aee0b55e2a9cf7c1ecb7b5b3f25160ab9 (patch)
treeb3c160fd3b9b81fec386b2ffca6a95ace13d7de0 /project
parent484948d3aee517091eb513fd459201ed96211fc5 (diff)
downloadslick-codegen-plugin-f917786aee0b55e2a9cf7c1ecb7b5b3f25160ab9.tar.gz
slick-codegen-plugin-f917786aee0b55e2a9cf7c1ecb7b5b3f25160ab9.tar.bz2
slick-codegen-plugin-f917786aee0b55e2a9cf7c1ecb7b5b3f25160ab9.zip
add sbt-settings and lint/format
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt4
2 files changed, 5 insertions, 1 deletions
diff --git a/project/build.properties b/project/build.properties
index 59e7c05..5f32afe 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.11 \ No newline at end of file
+sbt.version=0.13.13 \ No newline at end of file
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ca72b82..68c4f56 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1 +1,5 @@
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
+
+resolvers += "releases" at "https://drivergrp.jfrog.io/drivergrp/releases"
+
+addSbtPlugin("xyz.driver" % "sbt-settings" % "0.5.47")