From 4156165272df3989cd4e3d20a9d34bca4e2807fc Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Fri, 28 Jul 2023 01:03:18 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.1.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d944c25c2..5c38d0349 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.1.5" +val spiceVersion: String = "0.1.9" // Benchmarking Dependencies val log4jVersion: String = "2.20.0"