apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.17k stars 139 forks source link

Update scala-library to 2.13.14 #1308

Closed scala-steward-asf[bot] closed 4 months ago

scala-steward-asf[bot] commented 4 months ago

About this PR

📦 Updates org.scala-lang:scala-library from 2.13.13 to 2.13.14

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number The following files still refer to the old version number (2.13.13). You might want to review and update them manually. ``` scripts/link-validator.conf ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala-library" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

pjfanning commented 4 months ago

At least one compile issue.

[error] /home/runner/work/pekko/pekko/actor/src/main/scala/org/apache/pekko/actor/Deployer.scala:314:22: Name e is already introduced in an enclosing scope as value e at line 310. Did you intend to match it using backquoted `e`?
[error]                 case e @ (_: IllegalArgumentException | _: ConfigException) => throw e
[error]                      ^
[error] two errors found
pjfanning commented 4 months ago

Also affected by https://github.com/scala/scala/pull/10704