leobenkel / Soteria

Plugin to block compilation when unapproved dependencies are used or code styling does not comply.
https://github.com/leobenkel/Soteria
MIT License
47 stars 10 forks source link

Update sbt-stryker4s to 0.15.2 #275

Closed scala-steward closed 10 months ago

scala-steward commented 11 months ago

About this PR

📦 Updates io.stryker-mutator:sbt-stryker4s from 0.14.3 to 0.15.2

📜 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 = "io.stryker-mutator", artifactId = "sbt-stryker4s" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.stryker-mutator", artifactId = "sbt-stryker4s" } }] ```

labels: sbt-plugin-update, early-semver-major, semver-spec-minor, version-scheme:semver-spec, commit-count:1

scala-steward commented 10 months ago

Superseded by #279.