catscript icon indicating copy to clipboard operation
catscript copied to clipboard

Update fs2-core, fs2-io to 3.7.0

Open davenverse-steward[bot] opened this issue 2 years ago • 0 comments

Updates

from 3.0.6 to 3.7.0. 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!

Applied Scalafix Migrations
  • co.fs2:fs2-.*:3.0.7
    • replace:fs2.text.utf8Decode/fs2.text.utf8.decode
    • replace:fs2.text.utf8DecodeC/fs2.text.utf8.decodeC
    • replace:fs2.text.utf8Encode/fs2.text.utf8.encode
    • replace:fs2.text.utf8EncodeC/fs2.text.utf8.encodeC
Adjust future updates

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

updates.ignore = [ { groupId = "co.fs2" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "co.fs2" }
}]

labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, scalafix-migrations, commit-count:n:2

davenverse-steward[bot] avatar May 12 '23 12:05 davenverse-steward[bot]