From 4fa1665ece39f654f8fa22f1d7da22d401d0022a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 May 2024 16:06:55 +0000 Subject: [PATCH] Update upickle to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1abf8a537..086de05b3 100644 --- a/build.sbt +++ b/build.sbt @@ -245,7 +245,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform) "org.playframework" %%% "play-json" % "3.0.3", "dev.zio" %%% "zio-json" % "0.6.2", "com.evolutiongaming" %%% "play-json-jsoniter" % "0.10.3", - "com.lihaoyi" %%% "upickle" % "3.3.0", + "com.lihaoyi" %%% "upickle" % "3.3.1", "io.circe" %%% "circe-generic" % "0.14.7", "io.circe" %%% "circe-parser" % "0.14.7", "io.circe" %%% "circe-jawn" % "0.14.7",