sbt2 migration
- sbt2: switch from 1.12.13 to 2.0.6 (#1139) @kitbellew, @claude
- Give the js tests properties of their own (#1138) @kitbellew, @claude
- sbt2 prep: use projectMatrix, not crossProject (#1137) @kitbellew, @claude
- Publish the local rows from one method (#1136) @kitbellew
- Name the CI test commands as aliases (#1135) @kitbellew
- sbt2 prep: one setting for the JS worker classpath (#1134) @kitbellew
- sbt2 prep: give the build an Extensions object (#1133) @kitbellew, @claude
- Match the Scala version once in crossSetting (#1132) @kitbellew
- sbt2 prep: move the plugin's sbt 2 floor to 2.0.0 (#1130) @kitbellew, @claude
- sbt2 prep: drop scalajs-bundler from the js fixture (#1131) @kitbellew
- sbt2 prep: scope the root project settings (#1129) @kitbellew, @claude
Bug fixes
Miscellaneous
- Move the import map path into JsTests (#1141) @kitbellew
- Raise the test timeout above munit's 30 seconds (#1140) @kitbellew
- Modernise the old-Scala.js scripted test (#1128) @kitbellew, @claude
- docs: use generic OWNER/REPO URL for deploy keys (#1115) @chris-huang-s, @cursoragent, @tgodzik
- docs: use generic GitHub secrets URL in Docusaurus guide (#1114) @chris-huang-s, @tgodzik
Build and dependency updates
- munit 1.3.6, scalacheck 1.20.0, metaconfig 0.18.8 (#1144) @kitbellew
- chore: Test Scala 3.9.0 (#1143) @tgodzik
- build(deps): bump actions/setup-java from 5 to 6 (#1142) @dependabot[bot], @tgodzik
- Update jsoniter-scala-core, ... to 2.40.1 (#1117) @scala-steward, @tgodzik
- Update sbt-ci-release to 1.12.0 (#1118) @scala-steward, @tgodzik
- Update jsoup to 1.23.1 (#1119) @scala-steward, @tgodzik
- Update metaconfig-typesafe-config to 0.18.7 (#1122) @scala-steward, @tgodzik
- Update munit to 1.3.4 (#1123) @scala-steward, @tgodzik
- Update scalafmt-core to 3.11.5 (#1124) @scala-steward, @tgodzik
- Update scalameta, testkit to 4.17.3 (#1125) @scala-steward, @tgodzik
- build(deps): bump actions/setup-node from 6 to 7 (#1116) @dependabot[bot], @tgodzik
- Build on JDK 17 in CI (#1113) @kitbellew, @claude