Skip to content

Conversation

Gedochao
Copy link
Contributor

https://github.com/VirtusLab/scala-cli/releases/tag/v1.8.0

Notable changes:

  • Scala.js set to 1.19.0
  • Scala LTS bumped to 3.3.6
  • runner and test-runner modules are now built with Scala 3.3.6, and thus only support Scala 3.3+ (support for 2.13 and 2.12 remain unchanged). For builds using Scala 3.0, 3.1 and 3.2, and older runner/test-runner is used (v1.7.1, specifically).
  • A number of compiler options no longer require being passed with -O, when used from the command line.
  • Scala CLI now detects multiple test frameworks under the test sub-command, rather than just one.
  • It is also possible to pre-define multiple test frameworks in a Scala CLI project.
//> using test.frameworks org.scalatest.tools.Framework munit.Framework custom.CustomFramework

@WojciechMazur @tgodzik we might want to backport this into 3.7.1, if we do another RC.

@Gedochao Gedochao requested a review from hamzaremmal May 15, 2025 11:27
@Gedochao Gedochao added release-notes Should be mentioned in the release notes backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. labels May 15, 2025
@hamzaremmal hamzaremmal merged commit 76bd5c7 into scala:main May 15, 2025
29 checks passed
@WojciechMazur WojciechMazur added backport:accepted This PR needs to be backported, once it's been backported replace this tag by "backport:done" and removed backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. labels May 21, 2025
WojciechMazur added a commit that referenced this pull request May 22, 2025
Backports #23168 to the 3.7.1-RC2.

PR submitted by the release tooling.
@WojciechMazur WojciechMazur added backport:done This PR was successfully backported. and removed backport:accepted This PR needs to be backported, once it's been backported replace this tag by "backport:done" labels May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:done This PR was successfully backported. release-notes Should be mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants