Skip to content

Commit

Permalink
Update ujson to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] authored and huajiang-tubi committed Jun 25, 2024
1 parent 3893b16 commit 725829c
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 @@ -32,7 +32,7 @@ lazy val `sbt-version-policy` = project
libraryDependencies ++= Seq(
"io.get-coursier" % "interface" % "1.0.19",
"io.get-coursier" %% "versions" % "0.3.1",
"com.lihaoyi" %% "ujson" % "3.1.3", // FIXME shade
"com.lihaoyi" %% "ujson" % "3.1.4", // FIXME shade
"com.eed3si9n.verify" %% "verify" % "2.0.1" % Test,
),
testFrameworks += new TestFramework("verify.runner.Framework"),
Expand Down

0 comments on commit 725829c

Please sign in to comment.