Skip to content

Commit c4482d0

Browse files
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

2 files changed

+2
-2
lines changed

examples/src/main/scala/sttp/tapir/examples/errors/errorAsJson.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//> using dep org.apache.pekko::pekko-http:1.0.1
77
//> using dep org.apache.pekko::pekko-stream:1.0.3
88
//> using dep com.softwaremill.sttp.client4::core:4.0.0-RC3
9-
//> using dep com.softwaremill.sttp.client4::circe:4.0.12
9+
//> using dep com.softwaremill.sttp.client4::circe:4.0.13
1010

1111
package sttp.tapir.examples.errors
1212

examples/src/main/scala/sttp/tapir/examples/security/OAuth2GithubHttp4sServer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//> using dep com.softwaremill.sttp.tapir::tapir-core:1.12.1
44
//> using dep com.softwaremill.sttp.tapir::tapir-http4s-server:1.12.1
55
//> using dep com.softwaremill.sttp.tapir::tapir-json-circe:1.12.1
6-
//> using dep com.softwaremill.sttp.client4::cats:4.0.12
6+
//> using dep com.softwaremill.sttp.client4::cats:4.0.13
77
//> using dep org.http4s::http4s-blaze-server:0.23.16
88
//> using dep com.github.jwt-scala::jwt-circe:10.0.1
99

0 commit comments

Comments
 (0)