Exciting news, #ScalaCLI 1.4.0 is out! 🔥
Among other things, it updates #ScalaToolkit to default to 0.4.0, which now makes it possible to use it with #ScalaNative 0.5.x.
Scala Native has also been bumped to 0.5.4, by the way. (1/3)
(2/3) Additionally, it's now possible to use Scala CLI to run the REPL on the test scope. You can try it with the --test option.

(3/3) All that, plus a long list of minor enhancements, docs updates & bugfixes, including improved support for running builds on newer Java versions.

For more details check the #ScalaCLI v1.4.0 release notes here https://github.com/VirtusLab/scala-cli/releases/tag/v1.4.0.

Release v1.4.0 · VirtusLab/scala-cli

Running the REPL with the test scope included It is now possible to start the Scala REPL with access to the test scope. To do so, it's enough to pass the --test flag with the repl sub-command. pack...

GitHub