MSI
WinGet
Scala CLI
scala-cli@virtuslab.com · 1.8.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i scala-cli-x86_64-pc-win32.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{9623C672-0952-41C6-B901-500EE49107F7}
Product version operator
Greater than or equal to
Product version
1.8.1
MSI Properties
Product Code
{9623C672-0952-41C6-B901-500EE49107F7}
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.8.1
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.8.1/scala-cli-x86_64-pc-win32.msi
Release Notes
Support for Scala 3.7.1
This Scala CLI version switches the default Scala version to 3.7.1.
scala-cli version
# Scala CLI version: 1.8.1
# Scala version (default): 3.7.1
Added by @Gedochao in #3707
Support for URLs in using file directives
It is now possible to use URLs in using file directives, which allows linking sources from the net.
//> using file https://raw.githubusercontent.com/softwaremill/sttp/refs/heads/master/examples/src/main/scala/sttp/client4/examples/json/GetAndParseJsonCatsEffec…