Skip to content

Commit 5da81dc

Browse files
authored
Fix sonytype staging profile name. (#270)
1 parent 288aec9 commit 5da81dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ OsgiKeys.exportPackage := Seq("com.typesafe.scalalogging*")
3535
// publishing
3636

3737
organization := "com.typesafe.scala-logging"
38+
sonatypeProfileName := "com.typesafe"
3839
licenses := Seq("Apache 2.0 License" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
3940
homepage := Some(url("https://github.com/lightbend/scala-logging"))
4041
Test / publishArtifact := false

0 commit comments

Comments
 (0)