diff --git a/README.md b/README.md index 37d1f9c67..57bbdb481 100644 --- a/README.md +++ b/README.md @@ -196,9 +196,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.13.17", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.13.18", // Use the "provided" scope instead when the "compile-internal" scope is not supported - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.13.17" % "compile-internal" + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.13.18" % "compile-internal" ) ``` diff --git a/version.sbt b/version.sbt index ed65bdeeb..d2794f6cd 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.13.18-SNAPSHOT" +ThisBuild / version := "2.13.18"