datas icon indicating copy to clipboard operation
datas copied to clipboard

Update fs2-core to 3.4.0

Open scala-steward opened this issue 3 years ago • 0 comments

Updates co.fs2:fs2-core from 3.0.4 to 3.4.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 (created no change)
    • 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
Files still referring to the old version number

The following files still refer to the old version number (3.0.4). You might want to review and update them manually.

.scalafmt.conf
Adjust future updates

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

updates.ignore = [ { groupId = "co.fs2", artifactId = "fs2-core" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "co.fs2", artifactId = "fs2-core" }
}]

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

scala-steward avatar Nov 22 '22 18:11 scala-steward