cloudflow icon indicating copy to clipboard operation
cloudflow copied to clipboard

Update avro4s-core to 4.1.1

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

About this PR

📦 Updates com.sksamuel.avro4s:avro4s-core from 4.1.0 to 4.1.1

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!

🔍 Files still referring to the old version number

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

core/project/Dependencies.scala
⚙ Adjust future updates

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

updates.ignore = [ { groupId = "com.sksamuel.avro4s", artifactId = "avro4s-core" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.sksamuel.avro4s", artifactId = "avro4s-core" }
}]
labels: test-library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

scala-steward avatar Mar 30 '23 18:03 scala-steward