From 66a105eb03bfccdb7ea7b96e1f21813050bf4b3c Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Sun, 24 Sep 2017 19:45:18 -0700 Subject: [PATCH] use newer version of bintray plugin for Scala community build friendliness. but also just generally a good thing --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 67b671e..8c0785c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.0-M9") libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.10" -addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1") addSbtPlugin("com.eed3si9n" % "sbt-export-repo" % "0.1.0") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")