From 620c1896f5f4915b885f1fafb83e51eb97afc21a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 28 Jan 2018 11:26:57 +0100 Subject: Add sbt-bintray plugin. --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index e33f21c..35e7db1 100644 --- a/build.sbt +++ b/build.sbt @@ -11,6 +11,8 @@ inThisBuild(Seq( scalacOptions ++= Seq( "-deprecation", ), + + licenses += ("AGPL-V3", url("https://www.gnu.org/licenses/agpl-3.0.html")) )) lazy val core = (project in file("core")) -- cgit v1.2.3