Closed scala-steward closed 1 year ago
Patch coverage has no change and project coverage change: +0.04
:tada:
Comparison is base (
1209617
) 89.49% compared to head (3e4d0ed
) 89.54%.:exclamation: Current head 3e4d0ed differs from pull request most recent head d20a5fa. Consider uploading reports for the commit d20a5fa to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Updates com.googlecode.javaewah:JavaEWAH from 1.1.13 to 1.2.3.
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.googlecode.javaewah", artifactId = "JavaEWAH" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.googlecode.javaewah", artifactId = "JavaEWAH" } }] ```labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1