From 187fba06e2ed8f8a3f94094df0a2ea4e660ea42b Mon Sep 17 00:00:00 2001 From: Itamar Berman-Eshel Date: Tue, 12 Jan 2016 18:17:08 +0200 Subject: [PATCH] Update build.sbt added the 'publish=1' flag to the upload command --- sbt-example/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt-example/build.sbt b/sbt-example/build.sbt index ba02979..a42ef45 100644 --- a/sbt-example/build.sbt +++ b/sbt-example/build.sbt @@ -10,7 +10,7 @@ libraryDependencies ++= Seq( resolvers += Resolver.jcenterRepo - publishTo := Some("Bintray API Realm" at "https://api.bintray.com/content/:subject/:repo/:package/:version") + publishTo := Some("Bintray API Realm" at "https://api.bintray.com/content/:subject/:repo/:package/:version;publish=1") credentials += Credentials(new File("credentials.properties"))