From 45d609576d6b12b4b52af2d2e47a9992ff02d167 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Thu, 28 Dec 2023 00:57:13 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d6732ebac..9fcab4e2e 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ val slf4j2Version: String = "2.0.9" val profigVersion: String = "3.4.1" // Slack and Logstash Dependencies -val spiceVersion: String = "0.3.0" +val spiceVersion: String = "0.4.0" // Benchmarking Dependencies val log4jVersion: String = "2.22.0"