Skip to content

Commit

Permalink
Fix nexus url.
Browse files Browse the repository at this point in the history
  • Loading branch information
judu committed Dec 8, 2021
1 parent 2b6fbea commit 8210543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lazy val publishSettings = Seq(
ossrhPassword
),
publishTo := {
val nexus = "https://oss.sonatype.org/"
val nexus = "https://s01.oss.sonatype.org/"
if (isRelease)
Some("releases" at nexus + "service/local/staging/deploy/maven2")
else
Expand Down

0 comments on commit 8210543

Please sign in to comment.