Skip to content

Commit

Permalink
Merge pull request #802 from disneystreaming/bump-jsoniter
Browse files Browse the repository at this point in the history
Bump jsoniter and scala-js
  • Loading branch information
Baccata authored Feb 10, 2023
2 parents ae417cc + f30423c commit 1cefba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {

val Jsoniter = new {
val org = "com.github.plokhotnyuk.jsoniter-scala"
val jsoniterScalaVersion = "2.20.3"
val jsoniterScalaVersion = "2.20.6"
val core = Def.setting(org %%% "jsoniter-scala-core" % jsoniterScalaVersion)
val macros = Def.setting(
org %%% "jsoniter-scala-macros" % jsoniterScalaVersion % "compile-internal"
Expand Down

0 comments on commit 1cefba2

Please sign in to comment.