Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalambrozewicz committed Oct 11, 2022
1 parent 2c63ef6 commit fd52f3e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ Add one of the following dependencies:

```scala
// common model classes, including Schema
"com.softwaremill.sttp.apispec" %% "apispec-model" % "0.2.1"
"com.softwaremill.sttp.apispec" %% "apispec-model" % "0.3.0"

// only model classes, root: OpenAPI
"com.softwaremill.sttp.apispec" %% "openapi-model" % "0.2.1"
"com.softwaremill.sttp.apispec" %% "openapi-model" % "0.3.0"
// circe encoders for the model classes
"com.softwaremill.sttp.apispec" %% "openapi-circe" % "0.2.1"
"com.softwaremill.sttp.apispec" %% "openapi-circe" % "0.3.0"
// extension method for OpenAPI to convert to yaml
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.2.1"
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.3.0"

// only model classes, root: AsyncAPI
"com.softwaremill.sttp.apispec" %% "asyncapi-model" % "0.2.1"
"com.softwaremill.sttp.apispec" %% "asyncapi-model" % "0.3.0"
// circe encoders for the model classes
"com.softwaremill.sttp.apispec" %% "asyncapi-circe" % "0.2.1"
"com.softwaremill.sttp.apispec" %% "asyncapi-circe" % "0.3.0"
// extension method for AsyncAPI to convert to yaml
"com.softwaremill.sttp.apispec" %% "asyncapi-circe-yaml" % "0.2.1"
"com.softwaremill.sttp.apispec" %% "asyncapi-circe-yaml" % "0.3.0"
```

sttp apispec is available for Scala 2.12, 2.13, 3, Scala.JS and Scala Native.
Expand Down

0 comments on commit fd52f3e

Please sign in to comment.