From f638543a09f5369cd1a824376ab7345db2e20751 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Oct 2025 19:30:14 +0000 Subject: [PATCH] Update upickle to 4.4.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 747540154..fadfb1dce 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -19,7 +19,7 @@ object Dependencies { val atmosphereJSVersion = "3.1.3" val atmosphereVersion = "2.7.15" - val upickleVersion = "4.3.2" // Tests only + val upickleVersion = "4.4.0" // Tests only val circeVersion = "0.14.15" // Tests only val circeDerivationVersion = "0.13.0-M5" // Tests only val monixVersion = "3.4.1" // udash-rest only