akka-http icon indicating copy to clipboard operation
akka-http copied to clipboard

bump: update scalatest from 3.2.12 to 3.2.19

Open scala-steward opened this issue 1 year ago • 1 comments

About this PR

📦 Updates org.scalatest:scalatest from 3.2.12 to 3.2.19

📜 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.scalatest", artifactId = "scalatest" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scalatest", artifactId = "scalatest" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

scala-steward avatar Aug 13 '24 16:08 scala-steward

Needs a scalacheck bump as well

johanandren avatar Aug 15 '24 13:08 johanandren

Superseded by https://github.com/akka/akka-http/pull/4429

sebastian-alfers avatar Sep 24 '24 08:09 sebastian-alfers