scala-api-template icon indicating copy to clipboard operation
scala-api-template copied to clipboard

Update http4s-circe, http4s-dsl to 0.23.23

Open sderosiaux opened this issue 2 years ago • 0 comments
trafficstars

About this PR

📦 Updates

from 0.23.13 to 0.23.23

📜 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!

⚙ 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-minor, semver-spec-patch, version-scheme:early-semver, commit-count:1

sderosiaux avatar Jul 20 '23 00:07 sderosiaux