We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288aec9 commit 5da81dcCopy full SHA for 5da81dc
build.sbt
@@ -35,6 +35,7 @@ OsgiKeys.exportPackage := Seq("com.typesafe.scalalogging*")
35
// publishing
36
37
organization := "com.typesafe.scala-logging"
38
+sonatypeProfileName := "com.typesafe"
39
licenses := Seq("Apache 2.0 License" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
40
homepage := Some(url("https://github.com/lightbend/scala-logging"))
41
Test / publishArtifact := false
0 commit comments