Skip to content

Migrate to sbt 2.0.9 - #282

Merged
adamw merged 1 commit into
masterfrom
sbt-2-migration
Sep 24, 2026
Merged

adamw merged 1 commit into
masterfrom
sbt-2-migration

Conversation

@pierscin

Copy link
Copy Markdown
Contributor
  • Project's sbt is now 2.0.9
  • sbt-softwaremill plugins 2.1.0 -> 3.0.1
  • Deleted sbt-projectmatrix (built into sbt 2)
  • Deleted scalajs-env-selenium (unused; browser tests use Playwright since sbt-softwaremill 3.x)
  • sbt-scalajs 1.19.0 -> 1.22.0, sbt-scala-native 0.5.8 -> 0.5.12, sbt-mima-plugin 1.1.4 -> 1.2.1
  • sbt-ide-settings: 1.1.0 -> 1.1.4, org.jetbrains -> org.jetbrains.scala
  • Scala 2.12.20 -> 2.12.21, 2.13.16 -> 2.13.18, 3.3.6 -> 3.3.8 (Scala.js 1.22 pulls scala-library 2.13.18, and sbt 2 requires the compiler not to be older - SIP-51)
  • common settings are now bare settings in build.sbt (applied to all subprojects in sbt 2)
  • sbt 2 syntax adjustments (%%% -> %%, slash syntax, ProjectMatrix no longer in sbt.internal)
  • put -release 8 explicitly in scalac options for Scala 2 on the JVM
  • circe-testutils: read resources with scala.io.Source instead of Reader.transferTo (Java 10+)
  • scala-steward: use the default java version

- Project's sbt is now 2.0.9
- sbt-softwaremill plugins 2.1.0 -> 3.0.1
- Deleted sbt-projectmatrix (built into sbt 2)
- Deleted scalajs-env-selenium (unused; browser tests use Playwright since sbt-softwaremill 3.x)
- sbt-scalajs 1.19.0 -> 1.22.0, sbt-scala-native 0.5.8 -> 0.5.12, sbt-mima-plugin 1.1.4 -> 1.2.1
- sbt-ide-settings: 1.1.0 -> 1.1.4, org.jetbrains -> org.jetbrains.scala
- Scala 2.12.20 -> 2.12.21, 2.13.16 -> 2.13.18, 3.3.6 -> 3.3.8
  (Scala.js 1.22 pulls scala-library 2.13.18, and sbt 2 requires the compiler not to be older - SIP-51)
- common settings are now bare settings in build.sbt (applied to all subprojects in sbt 2)
- sbt 2 syntax adjustments (%%% -> %%, slash syntax, ProjectMatrix no longer in sbt.internal)
- put -release 8 explicitly in scalac options for Scala 2 on the JVM
- circe-testutils: read resources with scala.io.Source instead of Reader.transferTo (Java 10+)
- scala-steward: use the default java version

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@pierscin
pierscin marked this pull request as ready for review September 24, 2026 11:13
@pierscin
pierscin requested a review from adamw September 24, 2026 11:13
@adamw
adamw merged commit c8d68c5 into master Sep 24, 2026
10 checks passed
@adamw
adamw deleted the sbt-2-migration branch September 24, 2026 13:51
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.

2 participants