diff options
-rw-r--r-- | build.sbt | 2 | ||||
-rw-r--r-- | project/bintray.sbt | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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")) diff --git a/project/bintray.sbt b/project/bintray.sbt new file mode 100644 index 0000000..e674f39 --- /dev/null +++ b/project/bintray.sbt @@ -0,0 +1 @@ +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.2") |