-
Notifications
You must be signed in to change notification settings - Fork 49
Commit c365270
authored
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 c365270Copy full SHA for c365270
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
0 commit comments