Skip to content

v1.6.2

Latest
Compare
Choose a tag to compare
@Gedochao Gedochao released this 12 Feb 16:13
· 19 commits to main since this release
72988e3

Support for Scala.js 1.18.2

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

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

Added in #3454

Support for Scala 3.3.5

The Scala CLI internals are now built with Scala 3.3.5.

Added by @Gedochao in #3466

Deprecations

  • Add a deprecation warning for using Scala 2.12.4 with Bloop by @Gedochao in #3470

Fixes

  • Remove conflicting Scala 2.13 io.get-coursier:dependency dependency & add a CI check by @Gedochao in #3472

Internal and build changes

Documentation changes

  • Add warning about test files in publish docs by @majk-p in #3486
  • Back port of documentation changes to main by @github-actions in #3487

Updates

New Contributors

Full Changelog: v1.6.1...v1.6.2