Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@samspills samspills released this 03 Jun 14:28
· 8 commits to main since this release
addd192

This release adds support for publishing releases and snapshots to Sonatype Central Portal. It drops support for Sonatype OSSRH, which is to be sunset on June 30, 2025.

It is both binary and source-incompatible 0.7.x. The changes are modest:

  • Drops deprecated tlSonatypeUseLegacyHost setting with no replacement.
  • Drops sbt-sonatype dependency in favor of sbt-1.11 builtins

It is anticipated that most sbt-typelevel projects will build and publish successfully with a bump to sbt >= 1.11.0.

Note: Sonatype Central credentials are different to OSSRH credentials. Generate a new username + password pair in Sonatype Central Portal and update the Github secret values used by sbt-typelevel in order to authenticate when publishing.

What's Changed

  • Change sort order of versions so final releases are last not first. by @zarthross in #818
  • Add 'with*' for Permissions.Specify by @zarthross in #794
  • Replace sbt-sonatype with sbt-1.11.0 for Central Portal by @rossabaker in #822

Updates

  • Update scalafmt-core to 3.8.6 by @typelevel-steward in #790
  • Update sbt-scalafix to 0.14.2 by @typelevel-steward in #800
  • Update scalafmt-core to 3.9.0 by @typelevel-steward in #798
  • Update scalafmt-core to 3.9.1 by @typelevel-steward in #801
  • Update scalafmt-core to 3.9.2 by @typelevel-steward in #803
  • Update scalafmt-core to 3.9.4 by @typelevel-steward in #805
  • Update scalafmt-core to 3.9.5 by @typelevel-steward in #813
  • Update munit to 1.1.1 by @typelevel-steward in #814
  • Update sbt-scalafix to 0.14.3 by @typelevel-steward in #817
  • Update laika-sbt to 1.3.2 by @typelevel-steward in #809
  • Update mdoc, sbt-mdoc to 2.6.5 by @typelevel-steward in #806

Full Changelog: v0.7.7...v0.8.0