File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44[ ![ TravisCI build] ( https://travis-ci.org/plokhotnyuk/jsoniter-scala.svg?branch=master )] ( https://travis-ci.org/plokhotnyuk/jsoniter-scala )
55[ ![ Code coverage] ( https://codecov.io/gh/plokhotnyuk/jsoniter-scala/branch/master/graph/badge.svg )] ( https://codecov.io/gh/plokhotnyuk/jsoniter-scala )
66[ ![ 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 )
7- [ ![ Scaladex] ( https://img.shields.io/badge/jsoniter--scala--macros-0.40 .0-blue.svg )] ( https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/jsoniter-scala-macros )
7+ [ ![ Scaladex] ( https://img.shields.io/badge/jsoniter--scala--macros-0.41 .0-blue.svg )] ( https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/jsoniter-scala-macros )
88
99Scala macros that generate codecs for case classes, standard types and collections
1010to get maximum performance of JSON parsing and serialization.
@@ -127,8 +127,8 @@ Add the core library with a "compile" scope and the macros library with a "provi
127127
128128``` sbt
129129libraryDependencies ++= Seq (
130- " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-core" % " 0.40 .0" % Compile ,
131- " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-macros" % " 0.40 .0" % Provided // required only in compile-time
130+ " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-core" % " 0.41 .0" % Compile ,
131+ " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-macros" % " 0.41 .0" % Provided // required only in compile-time
132132)
133133```
134134
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 0.41.0-SNAPSHOT "
1+ version in ThisBuild := " 0.41.0"
You can’t perform that action at this time.
0 commit comments