Commit c4482d0
Update cats, circe to 4.0.13 (#4909)
## About this PR
📦 Updates
*
[com.softwaremill.sttp.client4:cats](https://github.com/softwaremill/sttp)
*
[com.softwaremill.sttp.client4:circe](https://github.com/softwaremill/sttp)
from `4.0.12` to `4.0.13`
📜 [GitHub Release
Notes](https://github.com/softwaremill/sttp/releases/tag/v4.0.13) -
[Version
Diff](softwaremill/sttp@v4.0.12...v4.0.13)
## 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/61ad65418ecca03c6cb60b5317445bd9e60f7a53/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 = "com.softwaremill.sttp.client4" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.softwaremill.sttp.client4" }
}]
```
</details>
<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForGroupId" : {
"forArtifactIds" : [
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "com.softwaremill.sttp.client4",
"artifactId" : {
"name" : "cats",
"maybeCrossName" : "cats_3"
},
"version" : "4.0.12",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
},
{
"groupId" : "com.softwaremill.sttp.client4",
"artifactId" : {
"name" : "cats",
"maybeCrossName" : "cats_3"
},
"version" : "4.0.12",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : "test"
}
],
"newerVersions" : [
"4.0.13"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "com.softwaremill.sttp.client4",
"artifactId" : {
"name" : "circe",
"maybeCrossName" : "circe_3"
},
"version" : "4.0.12",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
},
{
"groupId" : "com.softwaremill.sttp.client4",
"artifactId" : {
"name" : "circe",
"maybeCrossName" : "circe_3"
},
"version" : "4.0.12",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : "test"
}
],
"newerVersions" : [
"4.0.13"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
}
]
}
},
"Labels" : [
"library-update",
"early-semver-patch",
"semver-spec-patch",
"commit-count:1"
]
} -->
Co-authored-by: scala-steward <scala-steward>
Co-authored-by: Adam Warski <adam@warski.org>1 parent 8bbf88b commit c4482d0
File tree
2 files changed
+2
-2
lines changed- examples/src/main/scala/sttp/tapir/examples
- errors
- security
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments