Skip to content

Commit ff55478

Browse files
committed
Updated release urls
1 parent 97f32a0 commit ff55478

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

project/Build.scala

+2-3
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ object Build extends AutoPlugin {
5757
),
5858
version := publishVersion,
5959
publishTo := {
60-
val nexus = "https://s01.oss.sonatype.org/"
6160
if (isRelease) {
62-
Some("releases" at s"${nexus}service/local/staging/deploy/maven2")
61+
Some("releases" at "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
6362
} else {
64-
Some("snapshots" at s"${nexus}content/repositories/snapshots")
63+
Some("snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots/")
6564
}
6665
},
6766
pomExtra := {

0 commit comments

Comments
 (0)