v1.8.2
Pre-release
Pre-release
Due to technical difficulties, this version is not available on Maven Central and on coursier
. If you care about those installation methods, please be patient as we resolve the issue and work on a subsequent release.
Support for Scala Native 0.5.8
This Scala CLI version switches the default Scala Native version to 0.5.8.
scala-cli -e 'println("Hello from Scala Native 0.5.8!")' --native
# Compiling project (Scala 3.7.1, Scala Native 0.5.8)
# Compiled project (Scala 3.7.1, Scala Native 0.5.8)
# [info] Linking (multithreadingEnabled=true, disable if not used) (1052 ms)
# [info] Discovered 919 classes and 5640 methods after classloading
# [info] Checking intermediate code (quick) (59 ms)
# [info] Multithreading was not explicitly enabled - initial class loading has not detected any usage of system threads. Multithreading support will be disabled to improve performance.
# [info] Linking (multithreadingEnabled=false) (369 ms)
# [info] Discovered 511 classes and 2553 methods after classloading
# [info] Checking intermediate code (quick) (7 ms)
# [info] Discovered 491 classes and 1986 methods after optimization
# [info] Optimizing (debug mode) (519 ms)
# [info] Produced 9 LLVM IR files
# [info] Generating intermediate code (521 ms)
# [info] Compiling to native code (1762 ms)
# [info] Linking with [pthread, dl, m]
# [info] Linking native code (immix gc, none lto) (98 ms)
# [info] Postprocessing (0 ms)
# [info] Total (4379 ms)
# Hello from Scala Native 0.5.8!
Added in #3728
Internal and build changes
- Migrate publishing to Sonatype Maven Central by @Gedochao in #3704
- Fix version string of published artifacts by @Gedochao in #3721
Updates
- Update scala-cli.sh launcher for 1.8.1 by @github-actions in #3719
- Bump
sbt
to 1.11.1 by @Gedochao in #3723 - Bump deps to versions migrated to Sonatype Maven Central by @Gedochao in #3722
- Update publish_2.13 to 0.2.1 by @scala-steward in #3727
- Bump sass from 1.89.1 to 1.89.2 in /website by @dependabot in #3733
- Bump @easyops-cn/docusaurus-search-local from 0.49.2 to 0.50.0 in /website by @dependabot in #3730
- Bump react and react-dom in /website by @dependabot in #3732
- Bump
scala-cli-signing
to 0.2.9 & coursierpublish
to 0.3.0 by @Gedochao in #3734 - Bump
docusaurus
to 3.8.1 by @Gedochao in #3737 - Bump SBT to 1.11.2 by @Gedochao in #3739
- Update Scala Native to 0.5.8 by @scala-steward in #3728
Full Changelog: v1.8.1...v1.8.2