ing-bank / baker

Orchestrate microservice-based process flows
https://ing-bank.github.io/baker/
MIT License
330 stars 82 forks source link

Update http4s-blaze-client, ... to 0.23.16 #1607

Closed scala-steward closed 2 weeks ago

scala-steward commented 8 months ago

About this PR

πŸ“¦ Updates

πŸ“œ GitHub Release Notes

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!

πŸ’‘ Applied Scalafix Migrations * org.http4s:http4s-.*:0.22.0 * github:http4s/http4s/v0_22?sha=series/0.22
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.http4s" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s" } }] ```

labels: library-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, scalafix-migrations, commit-count:n:2