Skip to content

Conversation

@http4s-steward
Copy link
Contributor

Updates

from 0.23.14 to 0.23.15.
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" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.http4s" }
}]

labels: library-update, early-semver-minor, semver-spec-patch, commit-count:1

Copy link
Member

@danicheg danicheg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've encountered some deprecation from our upstream. So I did a little fix here, and because of this, we need one more approval to go onward.

@danicheg danicheg requested a review from rossabaker August 24, 2022 14:40
Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't look too carefully (sorry) but I reviewed the WSBuilder changes in core and the changes here align with that.

@danicheg danicheg merged commit ff81e79 into series/0.23 Aug 25, 2022
@danicheg danicheg deleted the update/series/0.23/http4s-core-0.23.15 branch August 25, 2022 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants