sbt-pack icon indicating copy to clipboard operation
sbt-pack copied to clipboard

Wait until sbt-2 supports Scala 3.7 (phase 2)

Open xerial opened this issue 7 months ago • 0 comments

As sbt can't find classes compiled with Scala 3.7, sbt needs to be upgraded to use Scala 3.7. https://github.com/sbt/sbt/pull/8179

This is a blocker for completing the sbt 2.x support in #534.

Context

Currently, sbt 2.0.0-M4 cannot properly handle classes compiled with Scala 3.7. We need to wait for sbt 2 to be updated to support Scala 3.7 before we can complete the migration.

Related Issues

  • #534 - Main sbt 2.x support PR

xerial avatar Jul 20 '25 23:07 xerial