From 0ffa896692fe9c690dbb991bdf4e41529850e00c Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 29 Jan 2025 00:17:43 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a8e08a1b8..f98dd0844 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ val slf4j2Version: String = "2.0.16" val profigVersion: String = "3.4.18" // Slack and Logstash Dependencies -val spiceVersion: String = "0.7.3" +val spiceVersion: String = "0.8.1" // Benchmarking Dependencies val log4jVersion: String = "2.24.3"