Skip to content

Commit 75561ba

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object Dependencies {
1313
val Prometheus = "1.3.6"
1414
val ScalaCollectionCompat = "2.13.0"
1515
val ScalaLogging = "3.9.5"
16-
val ScalaMock = "6.2.0"
16+
val ScalaMock = "7.3.2"
1717
val ScalaTest = "3.2.19"
1818
}
1919

0 commit comments

Comments
 (0)