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