Skip to content

Commit cf43e14

Browse files
committed
Setting version to 0.41.0
1 parent 7861950 commit cf43e14

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-
[![Scaladex](https://img.shields.io/badge/jsoniter--scala--macros-0.40.0-blue.svg)](https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/jsoniter-scala-macros)
7+
[![Scaladex](https://img.shields.io/badge/jsoniter--scala--macros-0.41.0-blue.svg)](https://index.scala-lang.org/plokhotnyuk/jsoniter-scala/jsoniter-scala-macros)
88

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

128128
```sbt
129129
libraryDependencies ++= Seq(
130-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "0.40.0" % Compile,
131-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "0.40.0" % Provided // required only in compile-time
130+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "0.41.0" % Compile,
131+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "0.41.0" % Provided // required only in compile-time
132132
)
133133
```
134134

version.sbt

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

0 commit comments

Comments
 (0)