#ScalaCLI v1.7.0 is out!
Changes include:
- #ScalaNative 0.5.7 support
- better support for parallel Scala CLI builds
- switch to scalameta/scalafmt-built native images of scalafmt v3.9.1+
- support for --test in run and package
- limited detection of main methods in .sc scripts
...and more, check the release notes for the details! (1/5)
(2/5) As scalameta/scalafmt https://github.com/scalameta/scalafmt releases include #ScalaNative -built native images for all platforms as of 3.9.1, #ScalaCLI v1.7.0 and onwards will rely on those, rather than the old, Graal-built images from virtuslab/scalafmt-native-image https://github.com/virtuslab/scalafmt-native-image
GitHub - scalameta/scalafmt: Code formatter for Scala

Code formatter for Scala. Contribute to scalameta/scalafmt development by creating an account on GitHub.

GitHub
(3/5) It is now possible to run as well as package  test scope sources with #ScalaCLI.
Got a main method together with your tests? No longer an issue.

(4/5) To ease migration of old scala runner scripts, #ScalaCLI now supports limited detection of main methods in .sc scripts.

Check the release notes https://scala-cli.virtuslab.org/docs/release_notes#detect-objects-with-main-class-in-scripts for more context about the limitations.

Release notes | Scala CLI

v1.7.1

(5/5) For the full list of features & fixes included in #ScalaCLI v1.7.0, check the full release notes:
https://github.com/VirtusLab/scala-cli/releases/tag/v1.7.0
Release v1.7.0 · VirtusLab/scala-cli

Switch to scalameta/scalafmt images of scalafmt 3.9.1+ Since version 3.9.1 scalafmt ships with native images built with Scala Native. As a result, we are sunsetting https://github.com/virtuslab/sca...

GitHub

@scala_space This post seems quite late, I already see v1.7.1 😅

https://github.com/VirtusLab/scala-cli/releases/tag/v1.7.1

Release v1.7.1 · VirtusLab/scala-cli

Support for Scala 3.6.4 This Scala CLI version switches the default Scala version to 3.6.4. scala-cli version # Scala CLI version: 1.7.1 # Scala version (default): 3.6.4 Added by @Gedochao in #3544...

GitHub
@JD557 @scala_space we are using Typefully and it seems it had some kind of a hang. I just scheduled the next post and only now it got posted. I am highly confused.