From 8194f80fc4143c2a953c8bce1c03e3cf3e928f74 Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sun, 28 Dec 2025 00:32:53 +0000 Subject: [PATCH] Update upickle to 4.4.2 in master --- js/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/build.sbt b/js/build.sbt index a496c4f..2a8af2d 100644 --- a/js/build.sbt +++ b/js/build.sbt @@ -8,7 +8,7 @@ libraryDependencies += "com.thoughtworks.binding" %%% "bindable" % "3.0.0" libraryDependencies += "com.thoughtworks.binding" %%% "latestevent" % "2.0.0" -libraryDependencies += "com.lihaoyi" %%% "upickle" % "2.0.0" +libraryDependencies += "com.lihaoyi" %%% "upickle" % "4.4.2" scalacOptions += "-Ymacro-annotations"