Commit 75561ba
authored
Update scalamock to 7.3.2 (#150)
## About this PR
📦 Updates
[org.scalamock:scalamock](https://github.com/ScalaMock/ScalaMock) from
`6.2.0` to `7.3.2` ⚠
📜 [GitHub Release
Notes](https://github.com/ScalaMock/ScalaMock/releases/tag/v7.3.2) -
[Version
Diff](scalamock/scalamock@v6.2.0...v7.3.2)
## 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/222f6f48ddb20b3fb709d12062d05046182e9745/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.scalamock", artifactId = "scalamock" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scalamock", artifactId = "scalamock" }
}]
```
</details>
<sup>
labels: test-library-update, early-semver-major, semver-spec-major,
commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "org.scalamock",
"artifactId" : {
"name" : "scalamock",
"maybeCrossName" : "scalamock_2.13"
},
"version" : "6.2.0",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : "test"
},
{
"groupId" : "org.scalamock",
"artifactId" : {
"name" : "scalamock",
"maybeCrossName" : "scalamock_3"
},
"version" : "6.2.0",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : "test"
}
],
"newerVersions" : [
"7.3.2"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"test-library-update",
"early-semver-major",
"semver-spec-major",
"commit-count:1"
]
} -->1 parent b15dd26 commit 75561ba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments