Skip to content

Commit 39cff27

Browse files
committed
Use s01.oss.sonatype.org
1 parent 56586b4 commit 39cff27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ object Build extends AutoPlugin {
5757
),
5858
version := publishVersion,
5959
publishTo := {
60-
val nexus = "https://oss.sonatype.org/"
60+
val nexus = "https://s01.oss.sonatype.org/"
6161
if (isRelease) {
6262
Some("releases" at s"${nexus}service/local/staging/deploy/maven2")
6363
} else {

0 commit comments

Comments
 (0)