MSI
WinGet
Scala CLI
scala-cli@virtuslab.com · 1.2.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i scala-cli-x86_64-pc-win32.msi /quiet /norestart
File Identity
Filename
scala-cli-x86_64-pc-win32.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
VirtusLab.ScalaCLI
Version
1.2.0
Description
Scala CLI is a command-line tool to interact with the Scala language.
License
Apache-2.0
↗
Installer URL
https://github.com/VirtusLab/scala-cli/releases/download/v1.2.0/scala-cli-x86_64-pc-win32.msi
Release Notes
Fixes
- Updated method for choosing a free drive letter (fixes #2743) by @philwalk in #2749
- Make sure tasty-lib doesn't warn about Scala 3 Next by @Gedochao in #2775
Enhancements
- Add the ability to remap EsModule imports at link time by @Quafadas in #2737
Internal changes
- Fix overeager Scala version docs tests by @Gedochao in #2750
- Lock script wrapper tests on the internally used Scala 2.13 version by @Gedochao in #2754
- Use Scala LTS as the default version while cross compiling all Sca…