Skip to content

Commit e47b874

Browse files
committed
Release 0.11.10
1 parent e45c720 commit e47b874

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ Add one of the following dependencies:
1717

1818
```scala
1919
// common model classes, including Schema
20-
"com.softwaremill.sttp.apispec" %% "apispec-model" % "0.11.9"
20+
"com.softwaremill.sttp.apispec" %% "apispec-model" % "0.11.10"
2121

2222
// only model classes, root: OpenAPI
23-
"com.softwaremill.sttp.apispec" %% "openapi-model" % "0.11.9"
23+
"com.softwaremill.sttp.apispec" %% "openapi-model" % "0.11.10"
2424
// circe encoders for the model classes
25-
"com.softwaremill.sttp.apispec" %% "openapi-circe" % "0.11.9"
25+
"com.softwaremill.sttp.apispec" %% "openapi-circe" % "0.11.10"
2626
// extension method for OpenAPI to convert to yaml
27-
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.9"
27+
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10"
2828

2929
// only model classes, root: AsyncAPI
30-
"com.softwaremill.sttp.apispec" %% "asyncapi-model" % "0.11.9"
30+
"com.softwaremill.sttp.apispec" %% "asyncapi-model" % "0.11.10"
3131
// circe encoders for the model classes
32-
"com.softwaremill.sttp.apispec" %% "asyncapi-circe" % "0.11.9"
32+
"com.softwaremill.sttp.apispec" %% "asyncapi-circe" % "0.11.10"
3333
// extension method for AsyncAPI to convert to yaml
34-
"com.softwaremill.sttp.apispec" %% "asyncapi-circe-yaml" % "0.11.9"
34+
"com.softwaremill.sttp.apispec" %% "asyncapi-circe-yaml" % "0.11.10"
3535
```
3636

3737
sttp apispec is available for Scala 2.12, 2.13, 3, Scala.JS and Scala Native.
@@ -53,8 +53,8 @@ and choosing one version over the other is a matter of selecting the proper enco
5353

5454
Add dependencies:
5555
```scala
56-
"com.softwaremill.sttp.apispec" %% "openapi-model" % "0.11.9"
57-
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.9"
56+
"com.softwaremill.sttp.apispec" %% "openapi-model" % "0.11.10"
57+
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10"
5858
```
5959

6060
Create example OpenAPI models:
@@ -89,8 +89,8 @@ Usage is the following:
8989

9090
Add dependencies
9191
```scala
92-
"com.softwaremill.sttp.apispec" %% "asyncapi-model" % "0.11.9"
93-
"com.softwaremill.sttp.apispec" %% "asyncapi-circe-yaml" % "0.11.9"
92+
"com.softwaremill.sttp.apispec" %% "asyncapi-model" % "0.11.10"
93+
"com.softwaremill.sttp.apispec" %% "asyncapi-circe-yaml" % "0.11.10"
9494
```
9595

9696
Create an example AsyncAPI model:

0 commit comments

Comments
 (0)