Skip to content

Commit

Permalink
revert sonatypeOssSnapshots->sonatypeSnapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Oct 17, 2022
1 parent 36c8481 commit da55b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ object Izumi {
|(if (!isSnapshot.value) {
| sonatypePublishToBundle.value
| } else {
| Some(Opts.resolver.sonatypeOssSnapshots)
| Some(Opts.resolver.sonatypeSnapshots)
|})
|""".stripMargin.raw,
"credentials" in SettingScope.Build += """Credentials(Path.userHome / ".sbt" / "secrets" / "credentials.sonatype-nexus.properties")""".raw,
Expand Down

0 comments on commit da55b7f

Please sign in to comment.