From 3e30de50b485ea09d70437f91df1406023e9acd3 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sat, 11 Feb 2023 01:05:05 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.0.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b3ad46e67..23b784253 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ val slf4j2Version: String = "2.0.6" val profigVersion: String = "3.4.1" // Slack and Logstash Dependencies -val spiceVersion: String = "0.0.15" +val spiceVersion: String = "0.0.16" // Benchmarking Dependencies val log4jVersion: String = "2.19.0"