Skip to content

v1.7.1

Compare
Choose a tag to compare
@Gedochao Gedochao released this 18 Mar 07:51
· 316 commits to main since this release
8f67601

Support for Scala 3.6.4

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

scala-cli version
# Scala CLI version: 1.7.1
# Scala version (default): 3.6.4

Added by @Gedochao in #3544

Support the --test command line option for doc

It is now possible to generate docs from the test scope with the --test flag.

Added by @Gedochao in #3539

Features

  • Support the --test flag with the doc sub-command by @Gedochao in #3539

Internal and build changes

  • Adjust dependabot configuration for the docs website by @Gedochao in #3555

Documentation changes

Updates