Skip to content

Commit

Permalink
Update asyncapi-circe-yaml, ... to 0.7.3 (#3341)
Browse files Browse the repository at this point in the history
## 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](softwaremill/sttp-apispec@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!_

<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.apispec" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.softwaremill.sttp.apispec" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-patch,
version-scheme:early-semver, commit-count:1
</sup>

Co-authored-by: scala-steward <scala-steward>
  • Loading branch information
softwaremill-ci authored Nov 24, 2023
1 parent d54927e commit 1ea817e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1ea817e

Please sign in to comment.