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 33[ ![ build status] ( https://travis-ci.org/plokhotnyuk/jsoniter-scala.svg?branch=master )] ( https://travis-ci.org/plokhotnyuk/jsoniter-scala )
44[ ![ code coverage] ( https://codecov.io/gh/plokhotnyuk/jsoniter-scala/branch/master/graph/badge.svg )] ( https://codecov.io/gh/plokhotnyuk/jsoniter-scala )
55[ ![ 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.22.2 -blue.svg? )] ( https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros )
6+ [ ![ Scaladex] ( https://img.shields.io/badge/macros-0.22.3 -blue.svg? )] ( https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros )
77
88Scala macros that generate codecs for case classes, standard types and collections
99to get maximum performance of JSON parsing and serialization.
@@ -95,7 +95,7 @@ and [Issues page](https://github.com/plokhotnyuk/jsoniter-scala/issues).
9595Add the library to your dependencies list
9696
9797``` sbt
98- libraryDependencies += " com.github.plokhotnyuk.jsoniter-scala" %% " macros" % " 0.22.2 "
98+ libraryDependencies += " com.github.plokhotnyuk.jsoniter-scala" %% " macros" % " 0.22.3 "
9999```
100100
101101Generate codecs for your case classes, collections, etc.
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 0.22.3-SNAPSHOT "
1+ version in ThisBuild := " 0.22.3"
You can’t perform that action at this time.
0 commit comments