Skip to content

Commit

Permalink
Update ujson to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 27, 2024
1 parent d991052 commit 98a9e1a
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 @@ -27,7 +27,7 @@ lazy val core = project
.settings(
name := "flatgraph-core",
libraryDependencies ++= Seq(
"com.lihaoyi" %% "ujson" % "3.3.1",
"com.lihaoyi" %% "ujson" % "4.0.2",
"com.github.luben" % "zstd-jni" % "1.5.6-8",
"org.slf4j" % "slf4j-api" % slf4jVersion,
)
Expand Down

0 comments on commit 98a9e1a

Please sign in to comment.