aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorStewart Stewart <stewinsalot@gmail.com>2017-09-22 16:26:38 -0700
committerStewart Stewart <stewinsalot@gmail.com>2017-09-22 16:26:38 -0700
commit3904da2e8e67eb03b7283530b8aa81574553bca5 (patch)
tree1d0288b986761657ce97d5b5d3eb616aab200ead /project
parent9ecf6871d1ac54d8da2fb8b8623d5238423b0214 (diff)
downloadslick-codegen-plugin-3904da2e8e67eb03b7283530b8aa81574553bca5.tar.gz
slick-codegen-plugin-3904da2e8e67eb03b7283530b8aa81574553bca5.tar.bz2
slick-codegen-plugin-3904da2e8e67eb03b7283530b8aa81574553bca5.zip
update plugin to use sbt 1.0 and scala 2.12
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt4
2 files changed, 3 insertions, 3 deletions
diff --git a/project/build.properties b/project/build.properties
index 5f32afe..b7dd3cb 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.13 \ No newline at end of file
+sbt.version=1.0.2
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 68c4f56..76f85b6 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,5 @@
-addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
+addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
resolvers += "releases" at "https://drivergrp.jfrog.io/drivergrp/releases"
-addSbtPlugin("xyz.driver" % "sbt-settings" % "0.5.47")
+addSbtPlugin("xyz.driver" % "sbt-settings" % "1.0.1")