Skip to content

Commit

Permalink
Updated release urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Dec 2, 2024
1 parent 97f32a0 commit ff55478
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ object Build extends AutoPlugin {
),
version := publishVersion,
publishTo := {
val nexus = "https://s01.oss.sonatype.org/"
if (isRelease) {
Some("releases" at s"${nexus}service/local/staging/deploy/maven2")
Some("releases" at "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
} else {
Some("snapshots" at s"${nexus}content/repositories/snapshots")
Some("snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
},
pomExtra := {
Expand Down

0 comments on commit ff55478

Please sign in to comment.