From 1ea817ee32884b64c62902a92b6c8805bee09da9 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Fri, 24 Nov 2023 17:36:25 +0100 Subject: [PATCH] Update asyncapi-circe-yaml, ... to 0.7.3 (#3341) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates * [com.softwaremill.sttp.apispec:asyncapi-circe-yaml](https://github.com/softwaremill/sttp-apispec) * [com.softwaremill.sttp.apispec:asyncapi-model](https://github.com/softwaremill/sttp-apispec) * [com.softwaremill.sttp.apispec:jsonschema-circe](https://github.com/softwaremill/sttp-apispec) * [com.softwaremill.sttp.apispec:openapi-circe-yaml](https://github.com/softwaremill/sttp-apispec) * [com.softwaremill.sttp.apispec:openapi-model](https://github.com/softwaremill/sttp-apispec) from `0.7.2` to `0.7.3` 📜 [GitHub Release Notes](https://github.com/softwaremill/sttp-apispec/releases/tag/v0.7.3) - [Version Diff](https://github.com/softwaremill/sttp-apispec/compare/v0.7.2...v0.7.3) ## 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/c12d4a4bad2b161125d40b8f05b335ee2f195de9/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.softwaremill.sttp.apispec" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.softwaremill.sttp.apispec" } }] ```
labels: library-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, commit-count:1 Co-authored-by: scala-steward --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index e09a586733..7952ff1af0 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -11,7 +11,7 @@ object Versions { val sttp = "3.9.1" val sttpModel = "1.7.6" val sttpShared = "1.3.17" - val sttpApispec = "0.7.2" + val sttpApispec = "0.7.3" val akkaHttp = "10.2.10" val akkaStreams = "2.6.20" val pekkoHttp = "1.0.0"