playframework / play-grpc

Play + Pekko gRPC
Apache License 2.0
35 stars 29 forks source link

[0.11.x] scalatestplus-play 7.0.1 (was 6.0.1) #550

Closed mkurz closed 3 months ago

mkurz commented 3 months ago

About this PR

šŸ“¦ Updates org.scalatestplus.play:scalatestplus-play from 6.0.1 to 7.0.1 āš 

šŸ“œ GitHub Release Notes - Version Diff

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 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.scalatestplus.play", artifactId = "scalatestplus-play" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play" } }] ```

labels: library-update, early-semver-major, semver-spec-major, commit-count:1

mkurz commented 3 months ago