Skip to content

Commit

Permalink
Setting version to 2.13.18
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Apr 25, 2022
1 parent eb30e87 commit 1bf03eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
```

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "2.13.18-SNAPSHOT"
ThisBuild / version := "2.13.18"

0 comments on commit 1bf03eb

Please sign in to comment.