Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed Feb 14, 2025
1 parent 015efce commit 7c6734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def isScala213(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 2) && v.exis
def isScala3(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 3)

def jsoniter = List("core", "macros").map { pkg =>
"com.github.plokhotnyuk.jsoniter-scala" %% s"jsoniter-scala-$pkg" % "2.33.0"
"com.github.plokhotnyuk.jsoniter-scala" %% s"jsoniter-scala-$pkg" % "2.33.2"
}

val isScala212 = Def.setting {
Expand Down

0 comments on commit 7c6734f

Please sign in to comment.