sbt-pack
sbt-pack copied to clipboard
Wait until sbt-2 supports Scala 3.7 (phase 2)
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