From 1c7e984183db89030f4ced742b0aad1200402343 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 8 May 2024 00:12:20 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d70e32062..2655fd2fc 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ val slf4j2Version: String = "2.0.13" val profigVersion: String = "3.4.1" // Slack and Logstash Dependencies -val spiceVersion: String = "0.5.5" +val spiceVersion: String = "0.5.7" // Benchmarking Dependencies val log4jVersion: String = "2.23.1"