From 3051af6ef83b901e8d2999516322ca19454fd011 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Tue, 4 Jun 2024 00:14:56 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.5.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ca398e95d..9efb6f587 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ val slf4j2Version: String = "2.0.13" val profigVersion: String = "3.4.1" // Slack and Logstash Dependencies -val spiceVersion: String = "0.5.7" +val spiceVersion: String = "0.5.8" // Benchmarking Dependencies val log4jVersion: String = "2.23.1"