I just published a snapshot to the new central portal: https://central.sonatype.com/repository/maven-snapshots/ and this came up:
Just like we have the resolver
|
@deprecated("Use sonatypeOssSnapshots instead", "1.7.0") |
|
val sonatypeSnapshots = Resolver.sonatypeRepo("snapshots") |
|
val sonatypeOssSnapshots = Resolver.sonatypeOssRepos("snapshots") |
shouldn't we add something like val sonatypeCentralSnapshots that points to https://central.sonatype.com/repository/maven-snapshots/? (or just val centralSnapshots like you did here?)
(The method is defined here btw)
I just published a snapshot to the new central portal: https://central.sonatype.com/repository/maven-snapshots/ and this came up:
Just like we have the resolver
sbt/main/src/main/scala/sbt/Opts.scala
Lines 49 to 51 in d004317
shouldn't we add something like
val sonatypeCentralSnapshotsthat points to https://central.sonatype.com/repository/maven-snapshots/? (or justval centralSnapshotslike you did here?)(The method is defined here btw)