From d16620e69b6343e7d655c311a478b0d75fffe8b6 Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sun, 26 Oct 2025 00:28:29 +0000 Subject: [PATCH] Update upickle to 4.4.0 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..a7aae09 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.0" scalacOptions += "-Ymacro-annotations"