Skip to content

Commit

Permalink
Update cats-helper to 3.11.3 (#361)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates com.evolutiongaming:cats-helper from `3.11.0` to `3.11.3`

## 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/26f9dd05b3a1aa939f8a770ad896ef4e6eb05350/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 = "com.evolutiongaming", artifactId = "cats-helper" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.evolutiongaming", artifactId = "cats-helper" }
}]
```
</details>

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

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "com.evolutiongaming",
          "artifactId" : {
            "name" : "cats-helper",
            "maybeCrossName" : "cats-helper_2.13"
          },
          "version" : "3.11.0",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "3.11.3"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-patch",
    "semver-spec-patch",
    "version-scheme:semver-spec",
    "commit-count:1"
  ]
} -->

Co-authored-by: Mareks Rampāns <[email protected]>
  • Loading branch information
scala-steward and mr-git authored Jan 13, 2025
1 parent 33eb63b commit 03a77c5
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 @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.11.0"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.11.3"
val retry = "com.evolutiongaming" %% "retry" % "3.1.0"
val `akka-persistence-inmemory` = "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.2"
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.3"
Expand Down

0 comments on commit 03a77c5

Please sign in to comment.