chore(deps): update dependency org.scala-lang:scala-library to v2.13.3 #3260
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:
2.13.2
->2.13.3
Release Notes
scala/scala
v2.13.3
Compare Source
Scala 2.13.3 is primarily a bugfix release.
It also includes:
-Xasync
supportFor more detail, read on.
Behavior changes
Symbol#toString
is nowSymbol(foo)
instead of the deprecated single-quote form'foo
(#8933)Bugfixes
Vector
: restore special cases for small operands inappendedAll
andprependedAll
(#9036)#::
forLazyList
(#8985)/
when processing unicode escapes (#8942)@uncheckedVariance
in higher-kinded types (fixing 2.13.2 regression) (#8938)Warnings and linting
x op (a, b)
), also lint operator-name definitions (#8951)@nowarn
to use correct semantics for&
(#9032)-Wunused:imports
work again even when-Ymacro-annotations
is enabled (#8962)-Wself-implicit
with-Xlint:implicit-recursion
(#9019)-Xsource:3
, disallow auto-eta-expansion of SAMs (#9049)Experimental
-Xasync
This successor to scala-async allows usage with other effect systems besides
scala.concurrrent.Future
.-Xasync
(#8816)We will publish a blog post with more detail on this work by @retronym, building on his earlier collaboration with @phaller. In the meantime, see the PR description.
This feature will also be included in the 2.12.12 release.
Other changes
For complete 2.13.3 change lists, see all merged PRs and all closed bugs.
Some changes that will ship in 2.12.12 are also included in this release, most notably:
@Deprecated
(#8781)-release 8
: exclude sig files inSymbol#sourceFile
(#8849)Compatibility
As usual for our minor releases, Scala 2.13.3 is binary-compatible with the whole Scala 2.13 series.
Upgrading from 2.12? Enable
-Xmigration
during upgrade 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 28 contributors, according to
git shortlog -sn --no-merges HEAD ^v2.13.2 ^2.12.x
. Thank you A. P. Marki, Jason Zaugg, Seth Tisue, Dale Wijnand, Lukas Rytz, Georgi Krastev, David Barri, Eugene Yokota, Diego E. Alonso Blas, Akhtiam Sakaev, Glenn Liwanag, changvvb, Evgeny Ganchurin, Mike Skells, Martijn Hoekstra, yudedako, Anatolii Kmetiuk, Gilles Peiffer, JyotiSachdeva.ext, Karol Chmist, Kenji Yoshida, Lorenzo Costanzia di Costigliole, NthPortal, Steven Barnes, Sébastien Doeraene, Travis Brown, counter2015, nogurenn.Thanks to Lightbend for their continued sponsorship of the Scala core team’s efforts. Lightbend 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):
scalaVersion
setting in your sbt-based projectRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.