Skip to content

Bump org.scala-lang:scala3-library_3 from 3.6.3 to 3.6.4 in the dependencies group #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the dependencies group with 1 update: org.scala-lang:scala3-library_3.

Updates org.scala-lang:scala3-library_3 from 3.6.3 to 3.6.4

Release notes

Sourced from org.scala-lang:scala3-library_3's releases.

3.6.4

Highlights of the release

  • Support for JDK 24 #22250
  • REPL :silent command to toggle automatic printing of outputs #22248
  • REPL --repl-init-script: setting to run a code on startup #22206
  • Deprecated setting -Xno-decode-stacktraces is now an alias to -Xno-enrich-error-messages #22208
  • Annotation arguments are no longer lifted #22035
  • Experimental Capture Checking: Implement tracked members #21761

Breaking changes

  • Align @implicitNotFound and @implicitAmbigous with the language specification #22371

    This change may impact users who previously used these annotations using variables or string interpolation.

    Previously, a bug in the Scala 3 compiler allowed non-literal strings to be passed as arguments to the @implicitNotFound and @implicitAmbiguous annotations. This could have affected how failed implicit search results were reported by the compiler.

    Starting from Scala 3.6.4, the arguments for these annotations must be string literals. If a message is too long, it can be concatenated using the + operator, allowing for constant folding.

Other changes and fixes

Annotations

  • Make sure symbols in annotation trees are fresh before pickling #22002
  • Consider all arguments in Annotations.refersToParamOf #22001
  • Do not lift annotation arguments (bis) #22046

Desugaring

  • Fix #22051: only trust the type application part for case class unapplies #22099

Documentation

  • Update example code linked to obsolete content in macros-spec.md #22256

Experimental: Capture Checking

Experimental: Global Initialization

  • Fix crash when initializing val in ByName closure #22354

Experimental: Named Tuples

... (truncated)

Commits
  • 6b2b881 Release 3.6.4
  • 4377e99 Add changelog for 3.6.4
  • 9d7f439 Release 3.6.4-RC2
  • e3b2838 Add changelog for 3.6.4-RC2
  • 27a73e9 Fix chocolatey-test when used in stable releases
  • b3a3738 Revert "Drop phase.isTyper use in isLegalPrefix/asf" from Scala 3.6.4 (#22653)
  • e25316c Adjust captures/lazylist test
  • c4a1896 Revert "Drop phase.isTyper use in isLegalPrefix/asf"
  • bc3e415 Release 3.6.4-RC1
  • b455651 Add changelog for 3.6.4-RC1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [org.scala-lang:scala3-library_3](https://github.com/scala/scala3).


Updates `org.scala-lang:scala3-library_3` from 3.6.3 to 3.6.4
- [Release notes](https://github.com/scala/scala3/releases)
- [Commits](scala/scala3@3.6.3...3.6.4)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala3-library_3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 10, 2025
@rogervinas rogervinas merged commit cf651de into master Mar 10, 2025
1 check passed
@rogervinas rogervinas deleted the dependabot/gradle/dependencies-ce5cbd34e9 branch March 10, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant