Skip to content

v1.8.1

Compare
Choose a tag to compare
@Gedochao Gedochao released this 04 Jun 13:05
· 45 commits to main since this release
eeae7dd

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/GetAndParseJsonCatsEffectCirce.scala

Added during a Scala Tooling Spree by @ivan-klass, @majk-p and @tgodzik in #3681

Features

Fixes

Internal and build changes

  • bugfix: Fix mill script on fish by @tgodzik in #3700
  • Make test-fish-shell, test-hypothetical-sbt-export and bloop-memory-footprint required for publishing by @Gedochao in #3701
  • [NIT] Refactor Scala CLI CI scripts by @Gedochao in #3702
  • Remove the github-dependency-graph CI workflow by @Gedochao in #3703
  • Add more tests for URLs in using file directives by @Gedochao in #3706

Documentation changes

  • Fix Changing Java versions document by @tmrkw1497 in #3697
  • Back port of documentation changes to main by @github-actions in #3699

Updates

New Contributors

Full Changelog: v1.8.0...v1.8.1