Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps scala.version from 3.7.3 to 3.7.4.
Updates org.scala-lang:scala3-library_3 from 3.7.3 to 3.7.4

Release notes

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

3.7.4-RC3

Backported changes

  • Lint avoids revisiting Inlined.call #24277
  • Register no elements for lint after inlining #24279
  • Use enclosing enclosingInlineds for empty call #24281
  • Exclude synthetic opaque proxy from lint #24264
  • Deprecate scala_legacy/MainGenericRunner/scalac -run/scalac -repl for removal #24267

Contributors

Thank you to all the contributors who made this release possible 🎉

According to git shortlog -sn --no-merges 3.7.4-RC2..3.7.4-RC4 these are:

  4  Wojciech Mazur
  2  Piotr Chabelski
  2  Som Snytt

3.7.4-RC2

Backported changes

  • Always traverse Inlined.call in linter #24043
  • Deduplicate patches before applying them to sources #24215
  • Fix compiler crash with -Ymagic-offset-header #24124
  • Fix completions for named tuples #24169
  • Fix java record varargs field accessor #24172
  • Fix parameter untupling for named tuples (#23440) #24152
  • Fix possible SuspendException thrown when using macros #24174
  • Fix rendering of function-type aliases #24042
  • Ignore warnings when compiletime.testing is imported #24036

Contributors

Thank you to all the contributors who made this release possible 🎉

According to git shortlog -sn --no-merges 3.7.4-RC1..3.7.4-RC2 these are:

  5  Wojciech Mazur
  2  Li Haoyi
  2  Som Snytt
  2  Tomasz Godzik
  1  Florian3k
  1  Kacper Korban
  1  Oliver Bračevac
  1  aherlihy

... (truncated)

Commits
  • 40be760 Release Scala 3.7.4
  • 6f4bcef Add changelog for Scala 3.7.4
  • b500347 Release Scala 3.7.4-RC3
  • 997b993 Add changelog for 3.7.4-RC3
  • ea632db Backport "Exclude synthetic opaque proxy from lint" to 3.7.4 (#24287)
  • 004eb67 Backport "Use enclosing enclosingInlineds for empty call" to 3.7.4 (#24286)
  • 15655ec Backport "Register no elements for lint after inlining" to 3.7.4 (#24285)
  • 08fc927 Backport "Lint avoids revisiting Inlined.call" to 3.7.4 (#24283)
  • 0f1e1c7 Exclude synthetic opaque proxy from lint (#24264)
  • 6a1e1a5 Use enclosing enclosingInlineds for empty call (#24281)
  • Additional commits viewable in compare view

Updates org.scala-lang:scala3-compiler_3 from 3.7.3 to 3.7.4

Release notes

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

3.7.4-RC3

Backported changes

  • Lint avoids revisiting Inlined.call #24277
  • Register no elements for lint after inlining #24279
  • Use enclosing enclosingInlineds for empty call #24281
  • Exclude synthetic opaque proxy from lint #24264
  • Deprecate scala_legacy/MainGenericRunner/scalac -run/scalac -repl for removal #24267

Contributors

Thank you to all the contributors who made this release possible 🎉

According to git shortlog -sn --no-merges 3.7.4-RC2..3.7.4-RC4 these are:

  4  Wojciech Mazur
  2  Piotr Chabelski
  2  Som Snytt

3.7.4-RC2

Backported changes

  • Always traverse Inlined.call in linter #24043
  • Deduplicate patches before applying them to sources #24215
  • Fix compiler crash with -Ymagic-offset-header #24124
  • Fix completions for named tuples #24169
  • Fix java record varargs field accessor #24172
  • Fix parameter untupling for named tuples (#23440) #24152
  • Fix possible SuspendException thrown when using macros #24174
  • Fix rendering of function-type aliases #24042
  • Ignore warnings when compiletime.testing is imported #24036

Contributors

Thank you to all the contributors who made this release possible 🎉

According to git shortlog -sn --no-merges 3.7.4-RC1..3.7.4-RC2 these are:

  5  Wojciech Mazur
  2  Li Haoyi
  2  Som Snytt
  2  Tomasz Godzik
  1  Florian3k
  1  Kacper Korban
  1  Oliver Bračevac
  1  aherlihy

... (truncated)

Commits
  • 40be760 Release Scala 3.7.4
  • 6f4bcef Add changelog for Scala 3.7.4
  • b500347 Release Scala 3.7.4-RC3
  • 997b993 Add changelog for 3.7.4-RC3
  • ea632db Backport "Exclude synthetic opaque proxy from lint" to 3.7.4 (#24287)
  • 004eb67 Backport "Use enclosing enclosingInlineds for empty call" to 3.7.4 (#24286)
  • 15655ec Backport "Register no elements for lint after inlining" to 3.7.4 (#24285)
  • 08fc927 Backport "Lint avoids revisiting Inlined.call" to 3.7.4 (#24283)
  • 0f1e1c7 Exclude synthetic opaque proxy from lint (#24264)
  • 6a1e1a5 Use enclosing enclosingInlineds for empty call (#24281)
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `scala.version` from 3.7.3 to 3.7.4.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 10, 2025
@mergify mergify bot added the maven PR for Maven dependencies label Nov 10, 2025
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 maven PR for Maven dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant