From 4043810dda19ba5cfb05550aa729436ca64573db Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Sun, 9 Apr 2017 07:37:42 -0700 Subject: [PATCH] Fix installer name --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 53c5f8b3c..4289788e6 100644 --- a/build.sbt +++ b/build.sbt @@ -181,6 +181,7 @@ def makePublishToForConfig(config: Configuration) = { // Add the publish to and ensure global resolvers has the resolver we just configured. inConfig(config)(Seq( + name := "sbt", bintrayOrganization := { // offline installation exceeds 50MB file limit for OSS organization if (sbtOfflineInstall) Some("sbt")