From 88dd2f37a4e9549d1031fad19cf7e74298ecebd9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 30 Jun 2019 17:42:16 +0100 Subject: [PATCH] [sbt] specify sonatype profile name --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index d8ad9c3..4ca0481 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,6 @@ inThisBuild(List( organization := "net.kemitix", + sonatypeProfileName := "net.kemitix", homepage := Some(url("https://github.com/kemitix/thorp")), licenses := List("mit" -> url("https://opensource.org/licenses/MIT")), developers := List(