From 151edc8d641941c7fa5e3bacbb477d24ddef9d9a Mon Sep 17 00:00:00 2001 From: "tarao-scala-steward[bot]" <162550418+tarao-scala-steward[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:33:14 +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 6417a0b..52338a6 100644 --- a/build.sbt +++ b/build.sbt @@ -105,7 +105,7 @@ lazy val upickle = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( description := "uPickle / uJson integration for record4s", libraryDependencies ++= Seq( - "com.lihaoyi" %%% "upickle" % "3.3.1", + "com.lihaoyi" %%% "upickle" % "4.0.2", ), )