From bfd187677ad3a4a176e51891f8fa0cc74738f797 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 24 Nov 2022 00:21:09 +0000 Subject: [PATCH] chore: update smithy4s-core, smithy4s-json from 0.16.9 to 0.16.10 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b18bd630..bf366596 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { val typesafePlay = "com.typesafe.play" %% "play" % playVersion val scalaVersion = "2.13.10" - val smithy4sVersion = "0.16.9" + val smithy4sVersion = "0.16.10" val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion