sky-uk / kafka-message-scheduler

Scheduler for low-frequency and long-term scheduling of delayed messages to Kafka topics.
BSD 3-Clause "New" or "Revised" License
32 stars 6 forks source link

Update scala-library from 2.13.10 to 2.13.13 #288

Closed disco-scala-steward closed 2 months ago

disco-scala-steward commented 4 months ago

Updates org.scala-lang:scala-library from 2.13.10 to 2.13.13. GitHub Release Notes - Version Diff

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.10). You might want to review and update them manually. ``` .travis.yml ```
Ignore 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" } ] ```

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

disco-scala-steward commented 2 months ago

Superseded by #305.