Skip to content

Commit

Permalink
Setting version to 0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Apr 10, 2018
1 parent d57d8c5 commit 6f3bd58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![build status](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.22.2-blue.svg?)](https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros)
[![Scaladex](https://img.shields.io/badge/macros-0.22.3-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 @@ -95,7 +95,7 @@ and [Issues page](https://github.com/plokhotnyuk/jsoniter-scala/issues).
Add the library to your dependencies list

```sbt
libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %% "macros" % "0.22.2"
libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %% "macros" % "0.22.3"
```

Generate codecs for your case classes, collections, etc.
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.22.3-SNAPSHOT"
version in ThisBuild := "0.22.3"

0 comments on commit 6f3bd58

Please sign in to comment.