skunk icon indicating copy to clipboard operation
skunk copied to clipboard

Update scodec-core to 2.2.0

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

Updates org.scodec:scodec-core from 2.0.0 to 2.2.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!

Adjust future updates

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

updates.ignore = [ { groupId = "org.scodec", artifactId = "scodec-core" } ]

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

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

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

scala-steward avatar Aug 06 '22 16:08 scala-steward

Codecov Report

Merging #693 (39da723) into main (6d59a70) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #693   +/-   ##
=======================================
  Coverage   84.89%   84.89%           
=======================================
  Files         124      124           
  Lines        1629     1629           
  Branches       38       38           
=======================================
  Hits         1383     1383           
  Misses        246      246           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Aug 06 '22 16:08 codecov[bot]