scio icon indicating copy to clipboard operation
scio copied to clipboard

Update sbt-avro to 3.4.2

Open scala-steward opened this issue 1 year ago • 1 comments

Updates com.github.sbt:sbt-avro from 3.4.0 to 3.4.2. 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!

Adjust future updates

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

updates.ignore = [ { groupId = "com.github.sbt", artifactId = "sbt-avro" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "com.github.sbt", artifactId = "sbt-avro" }
}]

labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, commit-count:1

scala-steward avatar Aug 02 '22 17:08 scala-steward

Codecov Report

Merging #4485 (34b14e9) into main (36935c1) will increase coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4485      +/-   ##
==========================================
+ Coverage   60.48%   60.50%   +0.02%     
==========================================
  Files         275      275              
  Lines        9882     9882              
  Branches      438      438              
==========================================
+ Hits         5977     5979       +2     
+ Misses       3905     3903       -2     
Impacted Files Coverage Δ
...y/scio/values/PairSkewedSCollectionFunctions.scala 95.94% <0.00%> (+2.70%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us.

codecov[bot] avatar Aug 02 '22 18:08 codecov[bot]