Skip to content

Commit

Permalink
Setting version to 0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Jun 5, 2018
1 parent 3f9c4e7 commit 2714689
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.27.2-blue.svg?)](https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/macros)
[![Scaladex](https://img.shields.io/badge/macros-0.27.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 @@ -100,8 +100,8 @@ Add the core library with a "compile" scope and the macros library with a "provi

```sbt
libraryDependencies ++= Seq(
"com.github.plokhotnyuk.jsoniter-scala" %% "core" % "0.27.2" % Compile,
"com.github.plokhotnyuk.jsoniter-scala" %% "macros" % "0.27.2" % Provided // required only in compile-time
"com.github.plokhotnyuk.jsoniter-scala" %% "core" % "0.27.3" % Compile,
"com.github.plokhotnyuk.jsoniter-scala" %% "macros" % "0.27.3" % 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.27.3-SNAPSHOT"
version in ThisBuild := "0.27.3"

0 comments on commit 2714689

Please sign in to comment.