aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
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/plugins.sbt
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/plugins.sbt')
-rw-r--r--project/plugins.sbt4
1 files changed, 2 insertions, 2 deletions
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")