Commit 83fa3e7
authored
Update scalatest to 3.2.20 (#872)
## About this PR
📦 Updates
[org.scalatest:scalatest](https://github.com/scalatest/scalatest) from
`3.2.19` to `3.2.20`
📜 [GitHub Release
Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.20)
- [Version
Diff](scalatest/scalatest@release-3.2.19...release-3.2.20)
## 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/9be2b4ed3af8e60b14b9f448bf9b75ccb4f618b0/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: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.scalatest",
"artifactId" : {
"name" : "scalatest",
"maybeCrossName" : "scalatest_2.13"
},
"version" : "3.2.19",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
},
{
"groupId" : "org.scalatest",
"artifactId" : {
"name" : "scalatest",
"maybeCrossName" : "scalatest_2.13"
},
"version" : "3.2.19",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : "test"
},
{
"groupId" : "org.scalatest",
"artifactId" : {
"name" : "scalatest",
"maybeCrossName" : "scalatest_3"
},
"version" : "3.2.19",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
},
{
"groupId" : "org.scalatest",
"artifactId" : {
"name" : "scalatest",
"maybeCrossName" : "scalatest_3"
},
"version" : "3.2.19",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : "test"
}
],
"newerVersions" : [
"3.2.20"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"library-update",
"early-semver-patch",
"semver-spec-patch",
"commit-count:1"
]
} -->1 parent a7cda89 commit 83fa3e7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments