From 0e6f881c52725c9a72405bde1907664c988b081e Mon Sep 17 00:00:00 2001 From: Andriy Plokhotnyuk Date: Sat, 28 Sep 2024 13:16:12 +0200 Subject: [PATCH] Setting version to 2.30.13 --- README.md | 6 +++--- jsoniter-scala-examples/example01.sc | 4 ++-- jsoniter-scala-examples/example02.sc | 2 +- jsoniter-scala-examples/example03.sc | 4 ++-- version.sbt | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ed527f7ca..ea56a14dd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Actions Build](https://github.com/plokhotnyuk/jsoniter-scala/workflows/build/badge.svg)](https://github.com/plokhotnyuk/jsoniter-scala/actions) [![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) [![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) -[![Maven Central](https://img.shields.io/badge/maven--central-2.30.12-blue.svg)](https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/) +[![Maven Central](https://img.shields.io/badge/maven--central-2.30.13-blue.svg)](https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/) Scala macros for compile-time generation of safe and ultra-fast JSON codecs. @@ -241,9 +241,9 @@ list of dependencies: ```sbt libraryDependencies ++= Seq( // Use the %%% operator instead of %% for Scala.js and Scala Native - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.12", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.13", // Use the "provided" scope instead when the "compile-internal" scope is not supported - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.12" % "compile-internal" + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.13" % "compile-internal" ) ``` diff --git a/jsoniter-scala-examples/example01.sc b/jsoniter-scala-examples/example01.sc index 95304c787..fdc73934d 100644 --- a/jsoniter-scala-examples/example01.sc +++ b/jsoniter-scala-examples/example01.sc @@ -1,5 +1,5 @@ -//> using dep "com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.30.12" -//> using compileOnly.dep "com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::2.30.12" +//> using dep "com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.30.13" +//> using compileOnly.dep "com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::2.30.13" import com.github.plokhotnyuk.jsoniter_scala.macros._ import com.github.plokhotnyuk.jsoniter_scala.core._ diff --git a/jsoniter-scala-examples/example02.sc b/jsoniter-scala-examples/example02.sc index e4dcad467..a0ac990e7 100644 --- a/jsoniter-scala-examples/example02.sc +++ b/jsoniter-scala-examples/example02.sc @@ -1,4 +1,4 @@ -//> using dep "com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.30.12" +//> using dep "com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.30.13" import com.github.plokhotnyuk.jsoniter_scala.core._ diff --git a/jsoniter-scala-examples/example03.sc b/jsoniter-scala-examples/example03.sc index 75f070044..274b92e4d 100644 --- a/jsoniter-scala-examples/example03.sc +++ b/jsoniter-scala-examples/example03.sc @@ -1,5 +1,5 @@ -//> using dep "com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.30.12" -//> using compileOnly.dep "com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::2.30.12" +//> using dep "com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::2.30.13" +//> using compileOnly.dep "com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::2.30.13" import com.github.plokhotnyuk.jsoniter_scala.macros._ import com.github.plokhotnyuk.jsoniter_scala.core._ diff --git a/version.sbt b/version.sbt index c93fbb5ff..b144442f5 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.30.13-SNAPSHOT" +ThisBuild / version := "2.30.13"