Skip to content

Commit

Permalink
Fix using legacy Sonatype endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj committed Apr 24, 2024
1 parent daa7e0e commit 30ab657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ThisBuild / Test / publishArtifact := false

ThisBuild / publishTo := sonatypePublishToBundle.value

ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"

ThisBuild / pomExtra :=
<url>https://github.com/shadaj/slinky</url>
<licenses>
Expand Down

0 comments on commit 30ab657

Please sign in to comment.