Releases: typelevel/sbt-typelevel
v0.8.4
Enhancements
Updates
- Update mdoc, sbt-mdoc to 2.8.1 by @typelevel-steward[bot] in #853
- Update scala-library to 2.12.21 by @typelevel-steward[bot] in #855
- Update sbt-scalafix to 0.14.5 by @typelevel-steward[bot] in #857
- Update
actions/checkoutto v6 by @xuwei-k in #854
New Contributors
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Update sbt-scalafix to 0.14.4 by @typelevel-steward[bot] in #841
- Update
actions/upload-artifactandactions/download-artifactby @xuwei-k in #846 - Update sbt-scalafmt to 2.5.6 by @typelevel-steward[bot] in #847
- Update mdoc, sbt-mdoc to 2.8.0 by @typelevel-steward[bot] in #843
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Fixes
Updates
- Update sbt, scripted-plugin to 1.11.7 by @typelevel-steward[bot] in #839
Full Changelog: v0.8.1...v0.8.2
v0.8.1
This release adds support for Scala v2.13.17 via the kind-projector update.
Enhancements
- Add
continueOnErroroption toWorkflowStepby @hugo-vrijswijk in #811
Updates
- Update sbt-scalafmt to 2.5.5 by @typelevel-steward[bot] in #824
- Update mdoc, sbt-mdoc to 2.7.2 by @typelevel-steward[bot] in #825
- update
actions/setup-javaandactions/checkoutby @xuwei-k in #831 - Update sbt, scripted-plugin to 1.11.6 by @typelevel-steward[bot] in #837
- Update kind-projector to 0.13.4 by @typelevel-steward[bot] in #838
Documentation
New Contributors
- @xuwei-k made their first contribution in #831
- @hugo-vrijswijk made their first contribution in #811
Full Changelog: v0.8.0...v0.8.1
v0.8.0
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
tlSonatypeUseLegacyHostsetting 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
v0.8.0-RC1
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
tlSonatypeUseLegacyHostsetting 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.
What's Changed
- 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
- Change sort order of versions so final releases are last not first. by @zarthross in #818
- Update sbt-scalafix to 0.14.3 by @typelevel-steward in #817
- Update laika-sbt to 1.3.2 by @typelevel-steward in #809
- Add 'with*' for Permissions.Specify by @zarthross in #794
- Update mdoc, sbt-mdoc to 2.6.5 by @typelevel-steward in #806
- Replace sbt-sonatype with sbt-1.11.0 for Central Portal by @rossabaker in #822
Full Changelog: v0.7.7...v0.8.0-RC1
v0.7.7
Note
Same v0.7.7 as was released 2025-01-22. The GitHub release notes were accidentally deleted and subsequently recreated on 2025-06-02.
What's Changed
- Update typelevel-scalafix to 0.5.0 by @typelevel-steward in #789
Full Changelog: v0.7.6...v0.7.7
v0.7.6
Updates
- Update sbt-scalafmt to 2.5.4 by @typelevel-steward in #785
- Update sbt-scalafix to 0.14.0 by @typelevel-steward in #783
- Update laika-sbt to 1.3.1 by @typelevel-steward in #778
Full Changelog: v0.7.5...v0.7.6
v0.7.5
What's Changed
- Expose
SetupSbtstep by @armanbilge in #760 - pin to
ubuntu-22.04as default runner OS by @samspills in #762 - Trying a shorter job name for better display in GHA by @mzuehlke in #761
Updates
- Update sbt-sonatype to 3.12.2 by @typelevel-steward in #759
- Update laika-sbt to 1.2.1 by @typelevel-steward in #765
- Update munit to 1.0.3 by @typelevel-steward in #771
- Update mdoc, sbt-mdoc to 2.6.2 by @typelevel-steward in #774
New Contributors
- @samspills made their first contribution in #763
Full Changelog: v0.7.4...v0.7.5
v0.7.4
GitHub Actions CI runners no longer include sbt 😭 so this release adds an installation step (thanks @toddburnside @mzuehlke).
Fixes
Enhancements
Updates
- Update mdoc, sbt-mdoc to 2.6.1 by @typelevel-steward in #748
- Update sbt-scalafix to 0.13.0 by @typelevel-steward in #749
- Update sbt-sonatype to 3.12.0 by @typelevel-steward in #754
- Update sbt-git to 2.1.0 by @typelevel-steward in #753
Full Changelog: v0.7.3...v0.7.4