aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
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"