From 392d88409913660eb9ba2a4fd01e61bdfa9c5f97 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Thu, 18 May 2023 01:05:06 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.0.31 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fe502208a..2fba50f50 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ val slf4j2Version: String = "2.0.7" val profigVersion: String = "3.4.1" // Slack and Logstash Dependencies -val spiceVersion: String = "0.0.29" +val spiceVersion: String = "0.0.31" // Benchmarking Dependencies val log4jVersion: String = "2.20.0"