From 9987b660c5ff5b84cd564797a59790ee1f0d4261 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Oct 2025 15:06:37 +0000 Subject: [PATCH] Update ujson, upickle to 4.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 94d66f2..8142f35 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.0" lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform) .crossType(CrossType.Full) .in(file("ujson"))