Skip to content

Commit 6c9d189

Browse files
eed3si9nSethTisue
authored andcommitted
Global / credentials
credentials probably should be scoped to Global here so it can be used by all subprojects.
1 parent fb233aa commit 6c9d189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/publish-settings.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pgpPublicRing := file("admin/pubring.asc")
66

77
pgpSecretRing := file("admin/secring.asc")
88

9-
credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", env("SONA_USER"), env("SONA_PASS"))
9+
Global / credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", env("SONA_USER"), env("SONA_PASS"))

0 commit comments

Comments
 (0)