Skip to content

Commit 2f2f50e

Browse files
Update cats-core to 2.13.0 (#373)
## About this PR 📦 Updates [org.typelevel:cats-core](https://github.com/typelevel/cats) from `2.12.0` to `2.13.0` 📜 [GitHub Release Notes](https://github.com/typelevel/cats/releases/tag/v2.13.0) - [Version Diff](typelevel/cats@v2.12.0...v2.13.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/f5a5a092d8250e03ea1c52bdc9cbf188e1568959/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> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.typelevel", "artifactId" : { "name" : "cats-core", "maybeCrossName" : "cats-core_2.13" }, "version" : "2.12.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2.13.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-minor", "semver-spec-minor", "version-scheme:early-semver", "commit-count:1" ] } -->
1 parent 63a660a commit 2f2f50e

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
@@ -12,7 +12,7 @@ object Dependencies {
1212
val sstream = "com.evolutiongaming" %% "sstream" % "1.0.2"
1313

1414
object Cats {
15-
private val version = "2.12.0"
15+
private val version = "2.13.0"
1616
val core = "org.typelevel" %% "cats-core" % version
1717
}
1818

0 commit comments

Comments
 (0)