Skip to content

Commit

Permalink
Use s01.oss.sonatype.org
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Dec 2, 2024
1 parent 56586b4 commit 39cff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Build extends AutoPlugin {
),
version := publishVersion,
publishTo := {
val nexus = "https://oss.sonatype.org/"
val nexus = "https://s01.oss.sonatype.org/"
if (isRelease) {
Some("releases" at s"${nexus}service/local/staging/deploy/maven2")
} else {
Expand Down

0 comments on commit 39cff27

Please sign in to comment.