From 94eae47c373453c6f7fa21669e706a067aaf0294 Mon Sep 17 00:00:00 2001 From: Mathias Bogaert Date: Tue, 23 Mar 2021 09:06:53 +0000 Subject: [PATCH] Fix sonytype staging profile name. --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 7421bf2..e0b9b55 100644 --- a/build.sbt +++ b/build.sbt @@ -35,6 +35,7 @@ OsgiKeys.exportPackage := Seq("com.typesafe.scalalogging*") // publishing organization := "com.typesafe.scala-logging" +sonatypeProfileName := "com.typesafe" licenses := Seq("Apache 2.0 License" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")) homepage := Some(url("https://github.com/lightbend/scala-logging")) Test / publishArtifact := false