iheartradio / ficus

Scala-friendly companion to Typesafe config
MIT License
327 stars 55 forks source link

Update specs2-core, specs2-scalacheck to 5.0.7 #226

Open scala-steward opened 2 years ago

scala-steward commented 2 years ago

Updates

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 (5.0.0). You might want to review and update them manually. ``` build.sbt ```
Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.specs2" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "org.specs2" } }] ```

labels: test-library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-2.8%) to 91.975% when pulling 9f165355cc740f4c967f5f1d32b3300b8ee4c9a7 on scala-steward:update/specs2-core-5.0.7 into 6d0e09cb4eba1784601b6b114c1126fde31dd7e8 on iheartradio:master.