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