This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
168: Update specs2-core to 4.20.2 r=samueltardieu a=scala-steward ## About this PR π¦ Updates org.specs2:specs2-core from `4.20.0` to `4.20.2` ## Usage β **Please merge!** 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`](https://github.com/scala-steward-org/scala-steward/blob/8a62647efe4f68de30942bb0f72656d9749de842/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>β Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.specs2", artifactId = "specs2-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.specs2", artifactId = "specs2-core" } }] ``` </details> <sup> labels: test-library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1 </sup> Co-authored-by: Scala Steward <[email protected]>
- Loading branch information