From 9de3c04671dfd3a06e6ad79ef14ccb5d7e68f5c5 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Mon, 29 Dec 2025 00:24:40 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.10.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9a2df1f5a..4e9ee3acc 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ val slf4j2Version: String = "2.0.17" val profigVersion: String = "3.4.18" // Slack and Logstash Dependencies -val spiceVersion: String = "0.10.16" +val spiceVersion: String = "0.10.19" // Benchmarking Dependencies val log4jVersion: String = "2.25.2"