test(deps): update dependency scala to v2.13.17 (main) #5141
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.13.16
->v2.13.17
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
scala/scala (scala)
v2.13.17
: Scala 2.13.17Compare Source
The Scala team at Akka is pleased to announce Scala 2.13.17.
This release is compatible with the new JDK 25 LTS.
The following are highlights of this release:
Compatibility
Breaking changes
productPrefix
hash statically in case classhashCode
(#11023)hashCode
method of a case class no longer callsproductPrefix
. This changes the hash code of case classes that overrideproductPrefix
.scala.util.Using
suppression order (NonFatal
suppressesControlThrowable
) (#11000 by @NthPortal)Using
in a project that crossbuilds to Scala 3, you may wish to wait for a Scala 3 release that includes the 2.13.17 standard library, or use a dependency override to force the upgrade in your buildFeatures and notable changes
AnnotationInfo
when using named/default arguments, support custom annotation subclasses (#10976)class nodep extends annotation.nowarn("cat=deprecation")
and use@nodep
to silence deprecationsnowarn
/-Wconf
filters for a warning with@nowarn("verbose")
(#10985)toVector
for XML literal sequences (#11065)Scala 3 compatibility and migration
-Xsource-features
without-Xsource:3
(#11123)summonIgnoring
from 3.7 asc.inferImplicitValueIgnoring
(#11068 by @MateuszKubuszok)Notable bug fixes
Future.firstCompletedOf
(prevents memory leaks) (#10927)-Xsource-features:eta-expand-always
for eta-expansion without an expected type (#10907 by @som-snytt)More changes
For the complete 2.13.17 change lists, see all merged PRs and all closed bugs.
Compatibility
As usual for our minor releases, Scala 2.13.17 is binary-compatible with the whole Scala 2.13 series.
Upgrading from 2.12? Enable
-Xmigration
while upgrading to request migration advice from the compiler.Contributors
A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent.
This release was brought to you by 23 contributors, according to
git shortlog -sn --no-merges @​ ^v2.13.16 ^2.12.x
. Thank you A. P. Marki, Lukas Rytz, Seth Tisue, Alec Theriault, Jason Zaugg, Sébastien Doeraene, Scala Steward, Bernhard, Tomasz Godzik, Vasil Vasilev, Arthur Soulié, Emil Ejbyfeldt, Hamza Remmal, Jiri Vanek, Kenji Yoshida, Lorenzo Gabriele, Marissa, Mateusz Kubuszok, Matthew Lutze, Philippus Baalman, Stefan Zeiger, philwalk, 虎鸣.Thanks to Akka for their continued sponsorship of the Scala 2 team’s efforts. Akka offers commercial support for Scala.
Scala 2.13 notes
The release notes for Scala 2.13.0 have important information applicable to the whole 2.13 series.
Obtaining Scala
Scala releases are available through a variety of channels, including (but not limited to):
using scala
setting in your Scala-CLI projectscalaVersion
setting in your sbt or Mill projectConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.