Using bintray plugin
authorTomas Zeman <tzeman@volny.cz>
Thu, 08 Oct 2015 15:10:32 +0200
changeset 10 f1815009b0ae
parent 9 0a37105c1270
child 11 1a606245fa11
Using bintray plugin
build.sbt
project/plugins.sbt
--- 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"
--- a/project/plugins.sbt	Thu Oct 08 08:36:18 2015 +0200
+++ b/project/plugins.sbt	Thu Oct 08 15:10:32 2015 +0200
@@ -14,3 +14,5 @@
 addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.5.0")
 
 addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.2")
+
+addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")