Skip to content

Commit 908519a

Browse files
committed
Setting version to 2.1.14
1 parent dd1e04f commit 908519a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

99
Scala macros that generate codecs for case classes, standard types, and collections to get maximum performance of JSON
1010
parsing and serialization.
@@ -153,8 +153,8 @@ Add the core library with a "compile" scope and the macros library with a "provi
153153

154154
```sbt
155155
libraryDependencies ++= 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

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "2.1.14-SNAPSHOT"
1+
version in ThisBuild := "2.1.14"

0 commit comments

Comments
 (0)