From 0de77c68d502342bde2ce09af8cdfe68d9b09eb2 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sat, 11 Jan 2025 00:18:47 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 124f37c76..739116900 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,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.0" // Benchmarking Dependencies val log4jVersion: String = "2.24.3"