From 36e42a8fa01b8ffc234ed1327461a531044a8dac Mon Sep 17 00:00:00 2001 From: "ckipp01-scala-steward[bot]" <124191317+ckipp01-scala-steward[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 05:02:17 +0000 Subject: [PATCH] Update requests to 0.8.3 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 2f2d03e..11afdb5 100644 --- a/build.sc +++ b/build.sc @@ -78,7 +78,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::requests:0.8.2", + ivy"com.lihaoyi::requests:0.8.3", ivy"com.github.package-url:packageurl-java:1.5.0" )