What's Changed
When running Scala Steward in Docker, projects using newly-released sbt 2 would fail as the base docker image was using Java 11, and sbt 2 requires Java 17 minimum. This is fixed in this release of Scala Steward, as the docker base image is updated to Java 17.
🐛 Bug Fixes
📜 Scalafix Migrations
- Add rule for weaver-test
0.13.0upgrade. by @zainab-ali in #3887 - Add rules for doobie 1.0.0-RC13 upgrade by @iRevive in #3893
- Update doobie migration scalafix rule by @iRevive in #3895
📦 Artifact Migrations
🏗️ Build Improvements
- Update dockerBaseImage to eclipse-temurin:17-alpine by @Philippus in #3834
🌱 Dependency Updates
- Update sbt-tpolecat to 0.5.5 by @scala-steward in #3883
- Update logback-classic to 1.5.33 by @scala-steward in #3885
- Update munit, munit-diff to 1.3.1 by @scala-steward in #3886
- Update logback-classic to 1.5.34 by @scala-steward in #3888
- Update munit, munit-diff to 1.3.2 by @scala-steward in #3889
- Update scala3-library to 3.8.4 by @scala-steward in #3891
- Update munit, munit-diff to 1.3.3 by @scala-steward in #3892
- Update scala3-library to 3.3.8 by @scala-steward in #3896
- Update sbt, scripted-plugin to 1.12.12 by @scala-steward in #3897
- Update sbt-tpolecat to 0.5.6 by @scala-steward in #3898
- Update scalafix version in Docker by @xuwei-k in #3902
- Update mill-runner-launcher_3 to 1.1.7 by @scala-steward in #3906
- Update sbt, scripted-plugin to 1.12.13 by @scala-steward in #3907
- Update logback-classic to 1.5.35 by @scala-steward in #3908
- Update doctest-runtime, sbt-doctest to 0.13.0 by @scala-steward in #3910
- Update circe-generic, circe-literal, ... to 0.14.16 by @scala-steward in #3909
- Update sbt-tpolecat to 0.5.7 by @scala-steward in #3912
- Update logback-classic to 1.5.37 by @scala-steward in #3911
- Update refined, refined-scalacheck to 0.11.4 by @scala-steward in #3916
- Update http4s-circe, http4s-client, ... to 1.0.0-M47 by @scala-steward in #3921
Other Changes
- Mention GitHub Dependabot now supports
sbtby @rtyley in #3884 - Update Scala to 3.8.4 by @WojciechMazur in #3890
- chore: Unblock updates for Scala 3.3.8 by @tgodzik in #3894
- Let Scala Steward send upgrades to Scala.js 1.22.0. by @sjrd in #3905
- Refactor build file. Avoid sbtcrossproject by @xuwei-k in #3904
Full Changelog: v0.38.1...v0.39.0