Releases: djspiewak/sbt-spiewak
v0.23.0
The main change in this release is the update to sbt-github-actions. For more details, please see the release notes on that project.
- #71 – Fix typo in the README.md (@danicheg)
- #73 – expunge Bintray from documentation (@SethTisue)
- #74 – Use more inclusive (and specific) language in readme (@bplommer)
Thank you, all!
v0.22.1
v0.22.0
v0.21.0
Entirely dropped support for Bintray publication. sbt-spiewak itself is now published to Maven Central and using Maven-style metadata, though this should be invisible to end users since Sbt includes Maven Central in its default resolvers.
It's worth noting that doc
on Scala 3 still isn't quite working as-intended due to changes in compiler options. This will be addressed in the near future.
- #56 – Update kind-projector to 0.13.0, fixing support for Scala 2.13.6 (@vasilmkd)
- #54 – drop sbt-dotty plugin for Scala 3.0.0 final (@larsrh)
- #48 – Documentation improvements (@ScalaWilliam)
Special thanks to each and every one of you!
v0.20.4
- Upgraded sbt-dotty to 0.5.3 (@SethTisue)
Thank you!
v0.20.3
v0.20.2
v0.20.1
v0.20.0
This release involves breaking upstream dependency changes, particularly with respect to your GitHub Actions builds and primary branch release semantics. Please read the release notes for sbt-github-actions for more information on what may have changed.
- Updated default copyright header year to 2021
- Fixed mima exclusion ordering with respect to patch versions (@rossabaker)
- Updated kind-projector to 0.11.3 (@rossabaker)
- Updated sbt-github-actions to 0.10.0
v0.19.3
- Fixed log prefix on
NowarnCompatPlugin
(@rossabaker) - Updated sbt-dotty to 0.5.0 (@mpilquist)