aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorStewart Stewart <stewinsalot@gmail.com>2016-09-12 13:11:28 -0400
committerStewart Stewart <stewinsalot@gmail.com>2016-09-12 13:12:20 -0400
commit27aa7f940d922df1add486fb5d38af2eee0fe42b (patch)
tree8b61d8491fb641b19e762fa34f00870fe4f4c109 /build.sbt
parentee0f1822447ec1ff84ecad2e2b9a19ce7dc37d36 (diff)
downloadslick-codegen-plugin-27aa7f940d922df1add486fb5d38af2eee0fe42b.tar.gz
slick-codegen-plugin-27aa7f940d922df1add486fb5d38af2eee0fe42b.tar.bz2
slick-codegen-plugin-27aa7f940d922df1add486fb5d38af2eee0fe42b.zip
implement some plugin best practices
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 750e916..8c38dde 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,9 +2,9 @@ sbtPlugin := true
organization := "com.drivergrp"
-name := "slick-codegen-plugin"
+name := "sbt-slick-codegen"
-version := "0.1"
+version := "0.1-SNAPSHOT"
val scalaVersionValue = "2.10.6"