@@ -19,7 +19,7 @@ the json codec that is in scope.
19
19
To use Circe add the following dependency to your project:
20
20
21
21
``` scala
22
- " com.softwaremill.sttp.tapir" %% " tapir-json-circe" % " 0.13.0 "
22
+ " com.softwaremill.sttp.tapir" %% " tapir-json-circe" % " 0.13.1 "
23
23
```
24
24
25
25
Next, import the package (or extend the ` TapirJsonCirce ` trait, see [ MyTapir] ( ../mytapir.html ) ):
@@ -87,7 +87,7 @@ Now the above JSON object will render as
87
87
To use µPickle add the following dependency to your project:
88
88
89
89
``` scala
90
- " com.softwaremill.sttp.tapir" %% " tapir-json-upickle" % " 0.13.0 "
90
+ " com.softwaremill.sttp.tapir" %% " tapir-json-upickle" % " 0.13.1 "
91
91
```
92
92
93
93
Next, import the package (or extend the ` TapirJsonuPickle ` trait, see [ MyTapir] ( ../mytapir.html ) and add ` TapirJsonuPickle ` not ` TapirCirceJson ` ):
@@ -121,7 +121,7 @@ For more examples, including making a custom encoder/decoder, see [TapirJsonuPic
121
121
To use Play JSON add the following dependency to your project:
122
122
123
123
``` scala
124
- " com.softwaremill.sttp.tapir" %% " tapir-json-play" % " 0.13.0 "
124
+ " com.softwaremill.sttp.tapir" %% " tapir-json-play" % " 0.13.1 "
125
125
```
126
126
127
127
Next, import the package (or extend the ` TapirJsonPlay ` trait, see [ MyTapir] ( ../mytapir.html ) and add ` TapirJsonPlay ` not ` TapirCirceJson ` ):
@@ -137,7 +137,7 @@ Play JSON requires `Reads` and `Writes` implicit values in scope for each type y
137
137
To use Spray JSON add the following dependency to your project:
138
138
139
139
``` scala
140
- " com.softwaremill.sttp.tapir" %% " tapir-json-spray" % " 0.13.0 "
140
+ " com.softwaremill.sttp.tapir" %% " tapir-json-spray" % " 0.13.1 "
141
141
```
142
142
143
143
Next, import the package (or extend the ` TapirJsonSpray ` trait, see [ MyTapir] ( ../mytapir.html ) and add ` TapirJsonSpray ` not ` TapirCirceJson ` ):
0 commit comments