Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#208)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates
[org.scalatest:scalatest](https://github.com/scalatest/scalatest) from
`3.2.18` to `3.2.19`

## 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/b2c03e9128058adb43446ef102b19e99fd39dd39/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.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" }
}]
```
</details>

<sup>
labels: test-library-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>

Co-authored-by: Mareks Rampāns <[email protected]>
  • Loading branch information
scala-steward and mr-git authored Sep 11, 2024
1 parent 2b5f8cd commit 21a0c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {

val scalatest = "org.scalatest" %% "scalatest" % "3.2.18"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.11.0"
val `ddata-tools` = "com.evolutiongaming" %% "ddata-tools" % "4.0.0"

Expand Down

0 comments on commit 21a0c86

Please sign in to comment.