aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Stewart <stewinsalot@gmail.com>2016-09-19 09:58:55 -0700
committerStewart Stewart <stewinsalot@gmail.com>2016-09-19 09:58:55 -0700
commit40511380173298732acf6218c7033bff571bc766 (patch)
tree1a2fdc4b23bf1cc9a06bc20bffa714ce75af2632
parent7685ac14a8c44a485b1f612daaf12e853903b94b (diff)
downloadslick-codegen-plugin-40511380173298732acf6218c7033bff571bc766.tar.gz
slick-codegen-plugin-40511380173298732acf6218c7033bff571bc766.tar.bz2
slick-codegen-plugin-40511380173298732acf6218c7033bff571bc766.zip
use sbt-release
-rw-r--r--build.sbt2
-rw-r--r--project/plugins.sbt1
-rw-r--r--version.sbt1
3 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index acfe3cc..123602b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,8 +4,6 @@ organization := "com.drivergrp"
name := "sbt-slick-codegen"
-version := "0.1-SNAPSHOT"
-
publishTo := {
val jfrog = "https://drivergrp.jfrog.io/drivergrp/"
if (isSnapshot.value) Some("snapshots" at jfrog + "snapshots")
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..ca72b82
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1 @@
+addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
diff --git a/version.sbt b/version.sbt
new file mode 100644
index 0000000..5b80b92
--- /dev/null
+++ b/version.sbt
@@ -0,0 +1 @@
+version := "0.1"