Skip to content

Commit

Permalink
Fix sonytype staging profile name. (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
analytically authored Mar 23, 2021
1 parent 288aec9 commit 5da81dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5da81dc

Please sign in to comment.