From 7dc2a658a5d10dae9a9c0224e65c956b3d1cfc38 Mon Sep 17 00:00:00 2001 From: "ckipp01-scala-steward[bot]" <124191317+ckipp01-scala-steward[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 05:01:47 +0000 Subject: [PATCH] Update upickle to 3.1.5 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 87312e5..1631dc2 100644 --- a/build.sc +++ b/build.sc @@ -77,7 +77,7 @@ trait Plugin extends Cross.Module[String] with Common with BuildInfo { ) override def ivyDeps = super.ivyDeps() ++ Agg( - ivy"com.lihaoyi::upickle:3.1.4", + ivy"com.lihaoyi::upickle:3.1.5", ivy"com.lihaoyi::requests:0.8.0", ivy"com.github.package-url:packageurl-java:1.5.0" )