1.6.0
Sonatype Central Portal support
In 2024, Sonatype, the company that runs Maven Central, started rolling out a new backend called Central Portal, which has its own publishing API called Publisher Portal API. To support this new endpoint for Scala, @Andrapyre created lumidion/sonatype-central-client.
sbt-ci-release 1.6.0 updates sbt-sonatype to 3.11.2, which in turn depends on sonatype-central-client (upickle version). The update was contributed by @KacperFKorban in #303
behind the scene
- doc: Update README with the new resolvers by @guizmaii in #301 and @jamesward in #278
- doc: Update README to reflect the repository secrets UI path change in GitHub settings by @mkurz in #289
- doc: Fix a couple of things in the README by @SethTisue in #287
- doc: Add 1 adopter by @datYori in #295
- ci: Use
ubuntu-latest
instead ofubuntu-20.04
by @xuwei-k in #290 - ci: Cache sbt build artifacts across CI runs by @julienrf in #273 / #274
- Update sbt to 1.10.1 by @scala-steward in #300
- Bump release-drafter/release-drafter from 5 to 6 by @dependabot in #293
- Bump actions/checkout from 3 to 4 by @dependabot in #282
- Bump actions/setup-java from 3 to 4 by @dependabot in #288
New Contributors
- @jamesward made their first contribution in #278
- @datYori made their first contribution in #295
- @guizmaii made their first contribution in #301
- @KacperFKorban made their first contribution in #303
Full Changelog: v1.5.12...v1.6.0