com-lihaoyi / Ammonite

Scala Scripting
http://ammonite.io
MIT License
2.6k stars 365 forks source link

bugfix: Use fullCrossScalaVersions for terminal and util #1505

Closed tgodzik closed 3 weeks ago

tgodzik commented 3 weeks ago

These are used from REPL so, they can't just use any binary Scala 3 version and it seems the latest is picked by default.

Should fix https://github.com/com-lihaoyi/Ammonite/issues/1504

tgodzik commented 3 weeks ago

Looks like it doesn't compile now, the other solution is a fix in Mill, but that's harder I think