build.sbt
changeset 4 8ae7b13e7861
parent 1 d3ac46c5db55
child 10 f1815009b0ae
--- a/build.sbt	Thu Sep 17 09:45:10 2015 +0200
+++ b/build.sbt	Mon Sep 21 09:53:01 2015 +0200
@@ -8,9 +8,9 @@
 lazy val ngtags = crossProject.in(file(".")).
 enablePlugins(BuildInfoPlugin).
 settings(
+  organization := "net.tz",
   name := "ngTags",
   scalaVersion := "2.11.7",
-  version := "0.1-SNAPSHOT",
 
   libraryDependencies ++= Seq(
     "com.lihaoyi" %%% "scalatags" % "0.5.2"