scalapb / zio-grpc

ScalaPB meets ZIO: write purely functional gRPC services and clients using ZIO
Apache License 2.0
257 stars 81 forks source link

Update scala-java-time to 2.6.0 #637

Closed scala-steward closed 4 weeks ago

scala-steward commented 4 weeks ago

About this PR

📦 Updates io.github.cquiroz:scala-java-time from 2.5.0 to 2.6.0

📜 GitHub Release Notes - Changelog - 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.5.0). You might want to review and update them manually. ``` website/yarn.lock ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.github.cquiroz", artifactId = "scala-java-time" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.github.cquiroz", artifactId = "scala-java-time" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:always, old-version-remains, commit-count:1