From 16e3f821d5c7170c2dea079e2c6ddf0b569961ff Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 24 Jan 2024 00:35:57 +0000 Subject: [PATCH] Update spice-client-okhttp to 0.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef2c2c9..e049f90 100644 --- a/build.sbt +++ b/build.sbt @@ -32,5 +32,5 @@ assemblyMergeStrategy := { } libraryDependencies ++= Seq( - "com.outr" %% "spice-client-okhttp" % "0.5.0" + "com.outr" %% "spice-client-okhttp" % "0.5.1" ) \ No newline at end of file