chore(deps): update dependency scala to v3.7.2 #5194
Merged
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:
3.7.1
->3.7.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
scala/scala3 (scala)
v3.7.2
Compare Source
Highlights of the release
Add an
-Yimplicit-to-given
flag for rewrites to easily test changes in the ecosystem #22580This experimental flag when used in conjunction with
--rewrite
allows to migrate most ofimplicit
definitions asgiven
. It aims to ease with migration to new syntax, or testing how it would affect your code base.Bump Scala CLI to v1.8.4 (was v1.8.0) #23538
Implement applied constructor types #22543
It introduces new syntax allowing for easier definition of
tracked
parameters under-language:experimental.modularity
You can read more about this experimental feature in the Modularity Improvements proposal documentation.
Other changes and fixes
Documentation
AnyRef::eq
andAnyRef::ne
as infix instead of special casing when emitting the warning #23252eq
andne
in Predef asinfix
#23255Experimental: Capture Checking
mut
toupdate
#23335@use
and@consume
annotations to parameter types #23324@use
and@consume
in class parameters #23342-source:3.8
#23249Experimental: Erased Definitions
Experimental: Explicit Nulls
Experimental: Global Initialization
Experimental: Into Modifier
into
scheme to be fully type-based #23014Experimental: Modularity
Implicits
Linting
Parser
extension
definition #23143Pattern Matching
Pickling
Presentation Compiler
Private Options
scala.language.2.13
#23219Rewrites
Quotes
Reflection
StringConstant(null)
#23064Reporting
-print-lines
#23336SemanticDB
Settings
Tooling
Transform
Typer
this.type
inValueOf
#23094Contributors
Thank you to all the contributors who made this release possible 🎉
According to
git shortlog -sn --no-merges 3.7.1..3.7.2
these are:Configuration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.