File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,15 @@ see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
2020:milestone: 115
2121:prev-version: 0.12.11
2222
23+ * NOTE: Mill 0.12.12 requires an updated bootstrap script in order to work, due to changes in Sonatype
24+ Central that forced a change in the download URLs for new releases going forward. To update your
25+ bootstrap script, you can use
26+
27+ ```
28+ curl -L https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.12/mill-dist-0.12.12-mill.sh -o mill
29+ chmod +x mill
30+ ```
31+
2332* Backport `mill.scalalib.SonatypeCentralPublishModule/` from `main` ({link-pr}/5107[#5107]). With
2433the https://central.sonatype.org/news/20250326_ossrh_sunset/[Sunset of `oss.sonatype.org`],
2534all Mill projects still on `oss.sonatype.org` will need to migrate their sonatype namespaces
You can’t perform that action at this time.
0 commit comments