Skip to content

Commit af8bcb7

Browse files
authored
Merge pull request #440 from scala/backport-lts-3.3-23298
Backport "[CI] Add credentials for central.sonatype.com, remove credentials for oss.sonatype.org" to 3.3 LTS
2 parents 46b15c4 + c1a7900 commit af8bcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ object Build {
286286
for {
287287
username <- sys.env.get("SONATYPE_USER")
288288
password <- sys.env.get("SONATYPE_PW")
289-
} yield Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", username, password)
289+
} yield Credentials("Sonatype Nexus Repository Manager", "central.sonatype.com", username, password)
290290
).toList,
291291
PgpKeys.pgpPassphrase := sys.env.get("PGP_PW").map(_.toCharArray()),
292292
PgpKeys.useGpgPinentry := true,

0 commit comments

Comments
 (0)