Skip to content

Commit

Permalink
Update cats-effect to 3.5.7 (#226)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[org.typelevel:cats-effect](https://github.com/typelevel/cats-effect)
from `3.5.6` to `3.5.7`

πŸ“œ [GitHub Release
Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.5.7) -
[Version
Diff](typelevel/cats-effect@v3.5.6...v3.5.7)

## 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/916c6a1aef8db850bfac13d53922270789350b55/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.typelevel", artifactId = "cats-effect" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.typelevel", artifactId = "cats-effect" }
}]
```
</details>

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

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "org.typelevel",
          "artifactId" : {
            "name" : "cats-effect",
            "maybeCrossName" : "cats-effect_2.13"
          },
          "version" : "3.5.6",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "3.5.7"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-patch",
    "semver-spec-patch",
    "version-scheme:early-semver",
    "commit-count:1"
  ]
} -->
  • Loading branch information
scala-steward authored Nov 28, 2024
1 parent f8b2cc4 commit b083cd9
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 @@ -8,7 +8,7 @@ object Dependencies {

object Cats {
private val version = "2.12.0"
private val effectVersion = "3.5.6"
private val effectVersion = "3.5.7"
val core = "org.typelevel" %% "cats-core" % version
val effect = "org.typelevel" %% "cats-effect" % effectVersion
}
Expand Down

0 comments on commit b083cd9

Please sign in to comment.