Skip to content

Commit 183a121

Browse files
committed
Setting version to 2.13.3.2
1 parent ab6cb17 commit 183a121

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
[![Scala Steward](https://img.shields.io/badge/Scala_Steward-helping-brightgreen.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)
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)
66
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.0.0.svg)](https://www.scala-js.org)
7-
[![Maven Central](https://img.shields.io/badge/maven--central-2.13.3.1-blue.svg)](https://search.maven.org/search?q=jsoniter-scala-macros)
7+
[![Maven Central](https://img.shields.io/badge/maven--central-2.13.3.2-blue.svg)](https://search.maven.org/search?q=jsoniter-scala-macros)
88

99
Scala macros that generate codecs for case classes, standard types, and collections to get maximum performance of JSON
1010
parsing and serialization.
@@ -193,9 +193,9 @@ list of dependencies:
193193
```sbt
194194
libraryDependencies ++= Seq(
195195
// Use the %%% operator instead of %% for Scala.js
196-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.13.3.1",
196+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.13.3.2",
197197
// Use the "provided" scope instead when the "compile-internal" scope is not supported
198-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.13.3.1" % "compile-internal"
198+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.13.3.2" % "compile-internal"
199199
)
200200
```
201201

version.sbt

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

0 commit comments

Comments
 (0)