Skip to content

Migrate to sbt 2.0.9 and sbt-softwaremill 3.0.1 - #322

Draft
pierscin wants to merge 1 commit into
masterfrom
sbt-2-migration
Draft

pierscin wants to merge 1 commit into
masterfrom
sbt-2-migration

Conversation

@pierscin

Copy link
Copy Markdown
  • sbt 2.0.9, sbt-softwaremill 3.0.1
  • removed sbt-projectmatrix (built into sbt 2)
  • dropped Scala 2.11
  • sbt-scalajs 1.21.0 -> 1.22.0 (sbt 2 compatible), sbt-ide-settings 1.1.2 -> 1.1.4
  • common settings are now bare settings in build.sbt (applied to all subprojects in sbt 2)
  • updateDocs override moved to root
  • root moduleName set to quicklens-root, as in sbt 2 its output directory would overlap with the Scala 3 quicklens module
  • sbt 2 syntax adjustments (%%% -> %%, : _* -> *, slash syntax)
  • put -release 8 explicitly in scalac options for Scala 2 on the JVM
  • CI: JDK 11 -> 17, setup-sbt v1.5.10, testOnly * instead of test, shut down the sbt server before ci-release
  • scalafmt: scala3 dialect for *.sbt files

- sbt 2.0.9, sbt-softwaremill 3.0.1
- removed sbt-projectmatrix (built into sbt 2)
- dropped Scala 2.11
- sbt-scalajs 1.21.0 -> 1.22.0 (sbt 2 compatible), sbt-ide-settings 1.1.2 -> 1.1.4
- common settings are now bare settings in build.sbt (applied to all subprojects in sbt 2)
- updateDocs override moved to root
- root moduleName set to quicklens-root, as in sbt 2 its output directory would overlap with the Scala 3 quicklens module
- sbt 2 syntax adjustments (%%% -> %%, `: _*` -> `*`, slash syntax)
- put -release 8 explicitly in scalac options for Scala 2 on the JVM
- CI: JDK 11 -> 17, setup-sbt v1.5.10, `testOnly *` instead of `test`, shut down the sbt server before ci-release
- scalafmt: scala3 dialect for *.sbt files

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@pierscin pierscin self-assigned this Sep 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant