endless
endless copied to clipboard
Update circe-core, circe-generic, ... to 0.14.7
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" }
}]
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.
Superseded by #343.