Skip to content

Commit

Permalink
Update ujson to 4.1.0 (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 10, 2025
1 parent 3b005dd commit 0932fa6
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.2",
"com.lihaoyi" %% "ujson" % "4.1.0",
"ru.lanwen.verbalregex" % "java-verbal-expressions" % "1.8",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.16",
Expand Down

0 comments on commit 0932fa6

Please sign in to comment.