We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8820af1 + d2c076b commit 5de2ee6Copy full SHA for 5de2ee6
admin/publish-settings.sbt
@@ -6,4 +6,4 @@ pgpPublicRing := file("admin/pubring.asc")
6
7
pgpSecretRing := file("admin/secring.asc")
8
9
-credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", env("SONA_USER"), env("SONA_PASS"))
+Global / credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", env("SONA_USER"), env("SONA_PASS"))
0 commit comments