I just published [a snapshot](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/github/sbt/sbt-web-build-base_2.12_1.0/2.0.2%2B55-b7f4a925-SNAPSHOT/) to the new central portal: https://central.sonatype.com/repository/maven-snapshots/ and this came up: Just like we have the resolver https://github.com/sbt/sbt/blob/d00431745828b6b67b1564226096aa1252df8255/main/src/main/scala/sbt/Opts.scala#L49-L51 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](https://github.com/sbt/sbt/blob/1.11.x/build.sbt#L1498-L1501)?) (The method is defined [here](https://github.com/sbt/librarymanagement/blob/v1.11.0/core/src/main/scala/sbt/librarymanagement/ResolverExtra.scala#L176) btw)