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- [ ![ Maven Central] ( https://img.shields.io/badge/maven--central-2.1.13 -blue.svg )] ( https://search.maven.org/search?q=jsoniter-scala-macros )
7+ [ ![ Maven Central] ( https://img.shields.io/badge/maven--central-2.1.14 -blue.svg )] ( https://search.maven.org/search?q=jsoniter-scala-macros )
88
99Scala macros that generate codecs for case classes, standard types, and collections to get maximum performance of JSON
1010parsing and serialization.
@@ -153,8 +153,8 @@ Add the core library with a "compile" scope and the macros library with a "provi
153153
154154``` sbt
155155libraryDependencies ++= Seq (
156- " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-core" % " 2.1.13 " ,
157- " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-macros" % " 2.1.13 " % " compile-internal" // or "provided", but it is required only in compile-time
156+ " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-core" % " 2.1.14 " ,
157+ " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-macros" % " 2.1.14 " % " compile-internal" // or "provided", but it is required only in compile-time
158158)
159159```
160160
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 2.1.14-SNAPSHOT "
1+ version in ThisBuild := " 2.1.14"
You can’t perform that action at this time.
0 commit comments