From 52a6b1e858f6999e860dba4ab7a164f07d27629a Mon Sep 17 00:00:00 2001 From: Thanh Le Date: Mon, 20 May 2024 20:19:20 +0700 Subject: [PATCH] smithy4s 0.18.19 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 74ee486c..60d5ab83 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ object Dependencies { val fs2 = "3.10.2" val http4s = "0.23.27" val iron = "2.5.0" - val smithy4s = "0.18.18" + val smithy4s = "0.18.19" } def http4s(artifact: String) = "org.http4s" %% s"http4s-$artifact" % V.http4s