build.sbt
changeset 10 f1815009b0ae
parent 4 8ae7b13e7861
child 15 149647cd3801
--- a/build.sbt	Thu Oct 08 08:36:18 2015 +0200
+++ b/build.sbt	Thu Oct 08 15:10:32 2015 +0200
@@ -11,6 +11,7 @@
   organization := "net.tz",
   name := "ngTags",
   scalaVersion := "2.11.7",
+  licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
 
   libraryDependencies ++= Seq(
     "com.lihaoyi" %%% "scalatags" % "0.5.2"