@@ -24,50 +24,50 @@ Add dependencies for the selected integration:
24
24
- for avro4s:
25
25
``` scala
26
26
libraryDependencies ++= List (
27
- " io.github.azhur" %% " kafka-serde-avro4s" % " 0.3 .0" ,
27
+ " io.github.azhur" %% " kafka-serde-avro4s" % " 0.4 .0" ,
28
28
)
29
29
```
30
30
31
31
- for circe:
32
32
``` scala
33
33
libraryDependencies ++= List (
34
- " io.github.azhur" %% " kafka-serde-circe" % " 0.3 .0" ,
34
+ " io.github.azhur" %% " kafka-serde-circe" % " 0.4 .0" ,
35
35
)
36
36
```
37
37
38
38
- for jackson:
39
39
``` scala
40
40
libraryDependencies ++= List (
41
- " io.github.azhur" %% " kafka-serde-jackson" % " 0.3 .0" ,
41
+ " io.github.azhur" %% " kafka-serde-jackson" % " 0.4 .0" ,
42
42
)
43
43
```
44
44
45
45
- for json4s:
46
46
``` scala
47
47
libraryDependencies ++= List (
48
- " io.github.azhur" %% " kafka-serde-json4s" % " 0.3 .0" ,
48
+ " io.github.azhur" %% " kafka-serde-json4s" % " 0.4 .0" ,
49
49
)
50
50
```
51
51
52
52
- for jsoniter-scala:
53
53
``` scala
54
54
libraryDependencies ++= List (
55
- " io.github.azhur" %% " kafka-serde-jsoniter-scala" % " 0.3 .0" ,
55
+ " io.github.azhur" %% " kafka-serde-jsoniter-scala" % " 0.4 .0" ,
56
56
" com.github.plokhotnyuk.jsoniter-scala" %% " macros" % " 0.27.4" % Provided // required only in compile-time
57
57
)
58
58
```
59
59
60
60
- for play-json:
61
61
``` scala
62
62
libraryDependencies ++= List (
63
- " io.github.azhur" %% " kafka-serde-play-json" % " 0.3 .0"
63
+ " io.github.azhur" %% " kafka-serde-play-json" % " 0.4 .0"
64
64
)
65
65
```
66
66
67
67
- for upickle:
68
68
``` scala
69
69
libraryDependencies ++= List (
70
- " io.github.azhur" %% " kafka-serde-upickle" % " 0.3 .0"
70
+ " io.github.azhur" %% " kafka-serde-upickle" % " 0.4 .0"
71
71
)
72
72
```
73
73
0 commit comments