From 94a8a02fdefa335f3dd34313d3904dca7368ccc2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 28 Dec 2025 15:10:45 +0000 Subject: [PATCH] Update ujson, upickle to 4.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 94d66f2..f038b42 100644 --- a/build.sbt +++ b/build.sbt @@ -110,7 +110,7 @@ lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform) ) .dependsOn(core, testkit % Test) -val ujsonVersion = "4.3.2" +val ujsonVersion = "4.4.2" lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform) .crossType(CrossType.Full) .in(file("ujson"))