scala-fp
scala-fp copied to clipboard
Update fs2-data-json, fs2-data-json-circe to 1.11.0
About this PR
📦 Updates
from 0.11.0
to 1.11.0
⚠
📜 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!
💡 Applied Scalafix Migrations
- org.gnieh:fs2-data-json.*:1.8.0 (created no change)
- github:gnieh/fs2-data/json-parse?sha=v1.8.0
- Documentation: https://github.com/scala-steward-org/scala-steward/pull/3123
🔍 Files still referring to the old version number
The following files still refer to the old version number (0.11.0). You might want to review and update them manually.
website/yarn.lock
⚙ Adjust future updates
Add this to your .scala-steward.conf
file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "org.gnieh" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.gnieh" }
}]