Skip to content

Commit

Permalink
Update ujson to 4.0.2 (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 28, 2024
1 parent 198072d commit 472b14d
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 @@ -91,7 +91,7 @@ lazy val `jadd-cli` = project
libraryDependencies ++= Seq(
"com.github.scopt" %% "scopt" % "4.1.0",
"org.jline" % "jline" % "3.27.0",
"com.lihaoyi" %% "ujson" % "4.0.1",
"com.lihaoyi" %% "ujson" % "4.0.2",
"ru.lanwen.verbalregex" % "java-verbal-expressions" % "1.8",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.8",
Expand Down

0 comments on commit 472b14d

Please sign in to comment.