Skip to content

Commit 5488d44

Browse files
committed
Setting version to 0.7.0
1 parent 99ec9a5 commit 5488d44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![build status](https://travis-ci.org/plokhotnyuk/jsoniter-scala.svg?branch=master)](https://travis-ci.org/plokhotnyuk/jsoniter-scala)
44
[![code coverage](https://codecov.io/gh/plokhotnyuk/jsoniter-scala/branch/master/graph/badge.svg)](https://codecov.io/gh/plokhotnyuk/jsoniter-scala)
55
[![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)
6-
[![Scaladex](https://img.shields.io/badge/macros-0.6.5-blue.svg?)](https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros)
6+
[![Scaladex](https://img.shields.io/badge/macros-0.7.0-blue.svg?)](https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros)
77

88
Scala macros that generates codecs for case classes, standard types and collections
99
to get maximum performance of JSON parsing & serialization.
@@ -77,7 +77,7 @@ and [Issues page](https://github.com/plokhotnyuk/jsoniter-scala/issues).
7777
Add the library to your dependencies list
7878

7979
```sbt
80-
libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %% "macros" % "0.6.5"
80+
libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %% "macros" % "0.7.0"
8181
```
8282

8383
Generate codecs for your case classes, collections, etc.

version.sbt

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

0 commit comments

Comments
 (0)