Update jawn-parser to 1.4.0
Updates org.typelevel:jawn-parser from 1.3.2 to 1.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!
Adjust future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "org.typelevel", artifactId = "jawn-parser" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "@monthly" },
dependency = { groupId = "org.typelevel", artifactId = "jawn-parser" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1
Codecov Report
Merging #1990 (01c0147) into main (3c72054) will increase coverage by
0.91%. The diff coverage isn/a.
:exclamation: Current head 01c0147 differs from pull request most recent head b460575. Consider uploading reports for the commit b460575 to get more accurate results
@@ Coverage Diff @@
## main #1990 +/- ##
==========================================
+ Coverage 85.17% 86.08% +0.91%
==========================================
Files 75 74 -1
Lines 2610 2544 -66
Branches 129 130 +1
==========================================
- Hits 2223 2190 -33
+ Misses 387 354 -33
| Flag | Coverage Δ | |
|---|---|---|
| 2.12.15 | 85.88% <ø> (+0.92%) |
:arrow_up: |
| 2.13.8 | 86.08% <ø> (+0.76%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...d/src/main/scala/io/circe/cursor/ArrayCursor.scala | 71.42% <0.00%> (-7.15%) |
:arrow_down: |
| .../shared/src/main/scala/io/circe/FailedCursor.scala | 72.72% <0.00%> (-5.85%) |
:arrow_down: |
| ...rc/main/scala/io/circe/numbers/BiggerDecimal.scala | 88.81% <0.00%> (-0.63%) |
:arrow_down: |
| .../core/shared/src/main/scala/io/circe/Decoder.scala | 83.67% <0.00%> (-0.18%) |
:arrow_down: |
| ...re/shared/src/main/scala/io/circe/PathToRoot.scala | ||
| ...es/core/shared/src/main/scala/io/circe/Error.scala | 60.00% <0.00%> (+5.28%) |
:arrow_up: |
| .../core/shared/src/main/scala/io/circe/ACursor.scala | 71.42% <0.00%> (+5.42%) |
:arrow_up: |
| ...core/shared/src/main/scala/io/circe/CursorOp.scala | 55.55% <0.00%> (+29.62%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 3c72054...b460575. Read the comment docs.
Being updated in #2017