From 90c6ba1c7b07307bf13aada2f3896617f45385ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Nov 2025 02:58:30 +0000 Subject: [PATCH] Update ujson, upickle to 4.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 94d66f2..79ad6b5 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.1" lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform) .crossType(CrossType.Full) .in(file("ujson"))