endless icon indicating copy to clipboard operation
endless copied to clipboard

Update circe-core, circe-generic, ... to 0.14.7

Open scala-steward opened this issue 1 year ago • 1 comments

About this PR

📦 Updates

from 0.14.6 to 0.14.7

📜 GitHub Release Notes - Version Diff

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!

⚙ 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 = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.circe" }
}]
labels: library-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, commit-count:1

scala-steward avatar Apr 27 '24 14:04 scala-steward

PR Summary

  • Updated circeVersion in Project Dependencies The version of circe, a library we use for handling JSON data in our project, has been updated from version "0.14.6" to "0.14.7". This update may include improvements or fixes by the library developers that can benefit our project in terms of stability and performance.

what-the-diff[bot] avatar Apr 27 '24 14:04 what-the-diff[bot]

Superseded by #343.

scala-steward avatar Jun 24 '24 14:06 scala-steward