Skip to content

Commit

Permalink
Adjust Sonatype url (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Oct 25, 2023
1 parent 476e9e0 commit fc556e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ object ci extends Module {
set.head
}
val publisher = new scalalib.publish.SonatypePublisher(
uri = "https://s01.oss.sonatype.org/service/local",
snapshotUri = "https://s01.oss.sonatype.org/content/repositories/snapshots",
uri = "https://oss.sonatype.org/service/local",
snapshotUri = "https://oss.sonatype.org/content/repositories/snapshots",
credentials = credentials,
signed = true,
// format: off
Expand Down

0 comments on commit fc556e3

Please sign in to comment.