http4s / rho

A self documenting DSL built on http4s
Other
295 stars 65 forks source link

Update http4s-scala-xml to 0.23.14 in series/0.23 #1053

Open http4s-steward[bot] opened 3 months ago

http4s-steward[bot] commented 3 months ago

About this PR

📦 Updates org.http4s:http4s-scala-xml from 0.23.1 to 0.23.14

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

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

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