Skip to content

Commit

Permalink
updated deployment url
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jul 27, 2021
1 parent 3bbf94d commit 37bab82
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 @@ -60,7 +60,7 @@ lazy val publishSettings = Seq(
releaseCrossBuild := true,
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
publishTo := {
val nexus = "https://oss.sonatype.org/"
val nexus = "https://s01.oss.sonatype.org/"
if (isTravis.value)
Some("snapshots" at nexus + "content/repositories/snapshots")
else
Expand Down

0 comments on commit 37bab82

Please sign in to comment.