Skip to content

Commit c365270

Browse files
Update cats-core, cats-laws to 2.13.0 (#563)
## About this PR 📦 Updates * [org.typelevel:cats-core](https://github.com/typelevel/cats) * [org.typelevel:cats-laws](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" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel" } }] ``` </details> <sup> labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.typelevel", "artifactId" : { "name" : "cats-core", "maybeCrossName" : "cats-core_3" }, "version" : "2.12.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.typelevel", "artifactId" : { "name" : "cats-core", "maybeCrossName" : "cats-core_sjs1_3" }, "version" : "2.12.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2.13.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.typelevel", "artifactId" : { "name" : "cats-laws", "maybeCrossName" : "cats-laws_3" }, "version" : "2.12.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.typelevel", "artifactId" : { "name" : "cats-laws", "maybeCrossName" : "cats-laws_sjs1_3" }, "version" : "2.12.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "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 8e30398 commit c365270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ inThisBuild(
4545
)
4646
)
4747

48-
val catsVersion = "2.12.0"
48+
val catsVersion = "2.13.0"
4949
val catsEffectVersion = "3.5.7"
5050
val catsMtlVersion = "1.5.0"
5151
val munitVersion = "1.0.0"

0 commit comments

Comments
 (0)