Skip to content

Commit

Permalink
Update cats-effect to 3.5.5 (#223)
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.4` to `3.5.5`

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

## 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/0bc0acba0ace93f4fc40f752170dd187d80d3404/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>
  • Loading branch information
scala-steward authored Oct 28, 2024
1 parent 71f1f23 commit 7ce5257
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.4"
private val effectVersion = "3.5.5"
val core = "org.typelevel" %% "cats-core" % version
val effect = "org.typelevel" %% "cats-effect" % effectVersion
}
Expand Down

0 comments on commit 7ce5257

Please sign in to comment.