From c9e41f35ef0e22bb842910f8b012a9c46159c9f3 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sat, 11 Oct 2025 00:18:41 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.10.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aa9f910a8..6b3bc1340 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ val slf4j2Version: String = "2.0.17" val profigVersion: String = "3.4.18" // Slack and Logstash Dependencies -val spiceVersion: String = "0.10.4" +val spiceVersion: String = "0.10.12" // Benchmarking Dependencies val log4jVersion: String = "2.25.1"