Skip to content

Commit

Permalink
Setting version to 0.29.13
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Aug 13, 2018
1 parent 3f0d798 commit eec412b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![TravisCI build](https://travis-ci.org/plokhotnyuk/jsoniter-scala.svg?branch=master)](https://travis-ci.org/plokhotnyuk/jsoniter-scala)
[![code coverage](https://codecov.io/gh/plokhotnyuk/jsoniter-scala/branch/master/graph/badge.svg)](https://codecov.io/gh/plokhotnyuk/jsoniter-scala)
[![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)
[![Scaladex](https://img.shields.io/badge/macros-0.29.12-blue.svg?)](https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros)
[![Scaladex](https://img.shields.io/badge/macros-0.29.13-blue.svg?)](https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros)

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

```sbt
libraryDependencies ++= Seq(
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "0.29.12" % Compile,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "0.29.12" % Provided // required only in compile-time
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "0.29.13" % Compile,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "0.29.13" % Provided // required only in compile-time
)
```

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.29.13-SNAPSHOT"
version in ThisBuild := "0.29.13"

0 comments on commit eec412b

Please sign in to comment.