Skip to content

v1.9.1

Latest
Compare
Choose a tag to compare
@Gedochao Gedochao released this 17 Sep 12:05
· 24 commits to main since this release
82b39a2

Support for Scala 3.7.3

This Scala CLI version switches the default Scala version to 3.7.3.

scala-cli version
# Scala CLI version: 1.9.1
# Scala version (default): 3.7.3

Added by @Gedochao in #3866

Support for Scala.js 1.20.1

This Scala CLI version adds support for Scala.js 1.20.1.

scala-cli -e 'println("Hello")' --js
# Compiling project (Scala 3.7.3, Scala.js 1.20.1)
# Compiled project (Scala 3.7.3, Scala.js 1.20.1)
# Hello

Added by @Gedochao in #3861 and VirtusLab/scala-js-cli#160

Fixes

  • Fix completely broken lock during setting up local repo on Linux by @unlsycn in #3846
  • Ensure publish actually fails on a failed upload by @Gedochao in #3853

Updates

Full Changelog: v1.9.0...v1.9.1