Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed May 17, 2022
1 parent 5da73e3 commit 5ab4d0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ Add one of the following dependencies:

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

// only model classes, root: OpenAPI
"com.softwaremill.sttp.apispec" %% "openapi-model" % "0.1.1"
"com.softwaremill.sttp.apispec" %% "openapi-model" % "0.2.0"
// circe encoders for the model classes
"com.softwaremill.sttp.apispec" %% "openapi-circe" % "0.1.1"
"com.softwaremill.sttp.apispec" %% "openapi-circe" % "0.2.0"

// only model classes, root: AsyncAPI
"com.softwaremill.sttp.apispec" %% "asyncapi-model" % "0.1.1"
"com.softwaremill.sttp.apispec" %% "asyncapi-model" % "0.2.0"
// circe encoders for the model classes
"com.softwaremill.sttp.apispec" %% "asyncapi-circe" % "0.1.1"
"com.softwaremill.sttp.apispec" %% "asyncapi-circe" % "0.2.0"
```

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

0 comments on commit 5ab4d0c

Please sign in to comment.