diff --git a/project/Build.scala b/project/Build.scala index 2e25453130da..db73624c6cee 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -396,7 +396,7 @@ object Build { for { username <- sys.env.get("SONATYPE_USER") password <- sys.env.get("SONATYPE_PW") - } yield Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", username, password) + } yield Credentials("Sonatype Nexus Repository Manager", "central.sonatype.com", username, password) ).toList, PgpKeys.pgpPassphrase := sys.env.get("PGP_PW").map(_.toCharArray()), PgpKeys.useGpgPinentry := true,