Skip to content

Commit

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

πŸ“œ [GitHub Release
Notes](https://github.com/typelevel/cats/releases/tag/v2.12.0) -
[Version
Diff](typelevel/cats@v2.10.0...v2.12.0)

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

<sup>
labels: library-update, early-semver-minor, semver-spec-minor,
version-scheme:early-semver, commit-count:1
</sup>
  • Loading branch information
scala-steward committed May 29, 2024
1 parent 15dbb4c commit 828c4ed
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 @@ -7,7 +7,7 @@ object Dependencies {
val `ddata-tools` = "com.evolutiongaming" %% "ddata-tools" % "4.0.0"

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

0 comments on commit 828c4ed

Please sign in to comment.