From caf74bfe02c18e3fcdd4851b7e8e76b2b6b99207 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:29:05 +0000 Subject: [PATCH] Update upickle to 4.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eb7647f..144d14d 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val Versions = new { val munit = "1.0.0" - val upickle = "3.3.1" + val upickle = "4.0.2" } import bindgen.interface.*