Skip to content

Conversation

scala-steward
Copy link
Contributor

Updates

from 0.14.1 to 0.14.2.
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.14.1).
You might want to review and update them manually.

docs/changelog.md
project/Http4sPlugin.scala
Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "io.circe" } ]

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

dependencyOverrides = [{
  pullRequest = { frequency = "@monthly" },
  dependency = { groupId = "io.circe" }
}]

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

@mergify mergify bot added series/0.23 PRs targeting 0.23.x dependencies Dependency updates labels May 20, 2022
@danicheg danicheg merged commit 461d15a into http4s:series/0.23 May 20, 2022
@scala-steward scala-steward deleted the update/series/0.23/circe-core-0.14.2 branch May 20, 2022 10:33
@armanbilge
Copy link
Member

Huh, note that this only updated circe for our build, not for the http4s-circe module 😕 I am following up with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates series/0.23 PRs targeting 0.23.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants