iheartradio / ficus

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

Update specs2-core, specs2-scalacheck to 5.0.6 #225

Closed scala-steward closed 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 (-1.1%) to 93.671% when pulling 405b4a118b678b21fc664e8a0157f48e0297e809 on scala-steward:update/specs2-core-5.0.6 into 6d0e09cb4eba1784601b6b114c1126fde31dd7e8 on iheartradio:master.

scala-steward commented 2 years ago

Superseded by #226.