From 2b0fce625d1cbcd698ff75d795803ddb3c0ea224 Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 23 Aug 2024 01:02:05 +0000 Subject: [PATCH] build(deps): Update ujson from 4.0.0 to 4.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5409685ec4a..00cfe763353 100644 --- a/build.sbt +++ b/build.sbt @@ -458,7 +458,7 @@ lazy val metals = project "com.outr" %% "scribe-file" % V.scribe, "com.outr" %% "scribe-slf4j2" % V.scribe, // needed for flyway database migrations // for JSON formatted doctor - "com.lihaoyi" %% "ujson" % "4.0.0", + "com.lihaoyi" %% "ujson" % "4.0.1", // For fetching projects' templates "com.lihaoyi" %% "requests" % "0.9.0", // for producing SemanticDB from Scala source files, to be sure we want the same version of scalameta