VirtusLab / scala-cli

Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
https://scala-cli.virtuslab.org
Apache License 2.0
551 stars 129 forks source link

Update Scala 3 LTS to 3.3.4 #3208

Closed Gedochao closed 1 month ago

Gedochao commented 1 month ago
Gedochao commented 1 month ago

The tests are failing on Ammonite (and we do verify a bunch of things with Ammonite), and the newest Ammonite doesn't support Scala versions <3.4.2 and >=3.0.0, as per https://github.com/com-lihaoyi/Ammonite/issues/1563. I'll look for a workaround.

Gedochao commented 1 month ago

Depends on #3209