http4s / http4s-servlet

http4s-servlet support
Apache License 2.0
6 stars 5 forks source link

Update http4s-scalafix-internal to 0.23.13 in series/0.23 #87

Closed http4s-steward[bot] closed 2 years ago

http4s-steward[bot] commented 2 years ago

Updates org.http4s:http4s-scalafix-internal from 0.23.12 to 0.23.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 (0.23.12). You might want to review and update them manually. ``` build.sbt servlet/src/main/scala/org/http4s/servlet/BlockingHttp4sServlet.scala servlet/src/main/scala/org/http4s/servlet/Http4sServlet.scala servlet/src/main/scala/org/http4s/servlet/ServletIo.scala servlet/src/main/scala/org/http4s/servlet/package.scala ```
Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.http4s", artifactId = "http4s-scalafix-internal" } ] ```

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