From d4da10c580ad810e02207bdad2da00ff6d8e622f Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 29 Jan 2025 00:05:31 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6aaa95f..18211ea 100644 --- a/build.sbt +++ b/build.sbt @@ -32,5 +32,5 @@ assemblyMergeStrategy := { } libraryDependencies ++= Seq( - "com.outr" %% "spice-client-okhttp" % "0.8.0" + "com.outr" %% "spice-client-okhttp" % "0.8.1" ) \ No newline at end of file