http4s / http4s-finagle

Http4s on Finagle Server or Client
https://http4s.github.io/http4s-finagle/docs/
Apache License 2.0
11 stars 5 forks source link

Update sbt-http4s-org to 0.14.13 #235

Closed http4s-steward[bot] closed 1 year ago

http4s-steward[bot] commented 1 year ago

Updates org.http4s:sbt-http4s-org from 0.14.12 to 0.14.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!

Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.http4s", artifactId = "sbt-http4s-org" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.http4s", artifactId = "sbt-http4s-org" } }] ```

labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, commit-count:1

codecov-commenter commented 1 year ago

Codecov Report

Merging #235 (51402fc) into master (06f730d) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 51402fc differs from pull request most recent head d17339c. Consider uploading reports for the commit d17339c to get more accurate results

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #235   +/-   ##
=======================================
  Coverage   96.61%   96.61%           
=======================================
  Files           1        1           
  Lines          59       59           
  Branches        2        2           
=======================================
  Hits           57       57           
  Misses          2        2           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more