Skip to content

Commit 17d293b

Browse files
build: publishTo updates
1 parent 41c5b72 commit 17d293b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ThisBuild / licenses := List("Apache-2.0" -> url("https://www.apa
2626
ThisBuild / homepage := Option(url("https://github.com/lightbend/config"))
2727
ThisBuild / pomIncludeRepository := { _ => false }
2828
ThisBuild / publishTo := {
29-
val nexus = "https://oss.sonatype.org/"
29+
val nexus = "https://ossrh-staging-api.central.sonatype.com/"
3030
if ((ThisBuild / isSnapshot).value) Option("Sonatype OSS Snapshots" at nexus + "content/repositories/snapshots")
3131
else Option("Sonatype OSS Staging" at nexus + "service/local/staging/deploy/maven2")
3232
}

0 commit comments

Comments
 (0)