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.6.5 -blue.svg? )] ( https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros )
6
+ [ ![ Scaladex] ( https://img.shields.io/badge/macros-0.7.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.
@@ -77,7 +77,7 @@ and [Issues page](https://github.com/plokhotnyuk/jsoniter-scala/issues).
77
77
Add the library to your dependencies list
78
78
79
79
``` sbt
80
- libraryDependencies += " com.github.plokhotnyuk.jsoniter-scala" %% " macros" % " 0.6.5 "
80
+ libraryDependencies += " com.github.plokhotnyuk.jsoniter-scala" %% " macros" % " 0.7.0 "
81
81
```
82
82
83
83
Generate codecs for your case classes, collections, etc.
Original file line number Diff line number Diff line change 1
- version in ThisBuild := " 0.7.0-SNAPSHOT "
1
+ version in ThisBuild := " 0.7.0"
You can’t perform that action at this time.
0 commit comments