Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Actions Build] ( https://github.com/plokhotnyuk/jsoniter-scala/workflows/build/badge.svg )] ( https://github.com/plokhotnyuk/jsoniter-scala/actions )
4
4
[ ![ 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 )
5
5
[ ![ 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
- [ ![ Maven Central] ( https://img.shields.io/badge/maven--central-2.28.3 -blue.svg )] ( https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/ )
6
+ [ ![ Maven Central] ( https://img.shields.io/badge/maven--central-2.28.4 -blue.svg )] ( https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/ )
7
7
8
8
Scala macros for compile-time generation of safe and ultra-fast JSON codecs.
9
9
@@ -232,9 +232,9 @@ list of dependencies:
232
232
``` sbt
233
233
libraryDependencies ++= Seq (
234
234
// Use the %%% operator instead of %% for Scala.js and Scala Native
235
- " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-core" % " 2.28.3 " ,
235
+ " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-core" % " 2.28.4 " ,
236
236
// Use the "provided" scope instead when the "compile-internal" scope is not supported
237
- " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-macros" % " 2.28.3 " % " compile-internal"
237
+ " com.github.plokhotnyuk.jsoniter-scala" %% " jsoniter-scala-macros" % " 2.28.4 " % " compile-internal"
238
238
)
239
239
```
240
240
Original file line number Diff line number Diff line change 1
- //> using dep " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.28.3 "
2
- //> using compileOnly .dep " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::2.28.3 "
1
+ //> using dep " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.28.4 "
2
+ //> using compileOnly .dep " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::2.28.4 "
3
3
4
4
import com .github .plokhotnyuk .jsoniter_scala .macros ._
5
5
import com .github .plokhotnyuk .jsoniter_scala .core ._
Original file line number Diff line number Diff line change 1
- //> using dep " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.28.3 "
1
+ //> using dep " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.28.4 "
2
2
3
3
import com .github .plokhotnyuk .jsoniter_scala .core ._
4
4
Original file line number Diff line number Diff line change 1
- //> using dep " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.28.3 "
2
- //> using compileOnly .dep " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::2.28.3 "
1
+ //> using dep " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.28.4 "
2
+ //> using compileOnly .dep " com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::2.28.4 "
3
3
4
4
import com .github .plokhotnyuk .jsoniter_scala .macros ._
5
5
import com .github .plokhotnyuk .jsoniter_scala .core ._
Original file line number Diff line number Diff line change 1
- ThisBuild / version := " 2.28.4-SNAPSHOT "
1
+ ThisBuild / version := " 2.28.4"
0 commit comments