File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ build status] ( https://travis-ci.org/plokhotnyuk/jsoniter-scala.svg?branch=master )] ( https://travis-ci.org/plokhotnyuk/jsoniter-scala )
4
4
[ ![ code coverage] ( https://codecov.io/gh/plokhotnyuk/jsoniter-scala/branch/master/graph/badge.svg )] ( https://codecov.io/gh/plokhotnyuk/jsoniter-scala )
5
5
[ ![ Gitter chat] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/plokhotnyuk/jsoniter-scala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
6
- [ ![ Scaladex] ( https://img.shields.io/badge/macros-0.16 .0-blue.svg? )] ( https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros )
6
+ [ ![ Scaladex] ( https://img.shields.io/badge/macros-0.17 .0-blue.svg? )] ( https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros )
7
7
8
8
Scala macros that generates codecs for case classes, standard types and collections
9
9
to get maximum performance of JSON parsing & serialization.
@@ -82,7 +82,7 @@ and [Issues page](https://github.com/plokhotnyuk/jsoniter-scala/issues).
82
82
Add the library to your dependencies list
83
83
84
84
``` sbt
85
- libraryDependencies += " com.github.plokhotnyuk.jsoniter-scala" %% " macros" % " 0.16 .0"
85
+ libraryDependencies += " com.github.plokhotnyuk.jsoniter-scala" %% " macros" % " 0.17 .0"
86
86
```
87
87
88
88
Generate codecs for your case classes, collections, etc.
Original file line number Diff line number Diff line change 1
- version in ThisBuild := " 0.17.0-SNAPSHOT "
1
+ version in ThisBuild := " 0.17.0"
You can’t perform that action at this time.
0 commit comments