From 245c52f11bcdc01a2f5e3e7fd4c7380f9164ed49 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Apr 2024 16:56:47 +0000 Subject: [PATCH] Update smithy4s-aws-http4s, ... to 0.18.16 --- .../test/resources/test-workspaces/default/smithy-build.json | 2 +- smithy-build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lsp/src/test/resources/test-workspaces/default/smithy-build.json b/modules/lsp/src/test/resources/test-workspaces/default/smithy-build.json index a4057464..9684696e 100644 --- a/modules/lsp/src/test/resources/test-workspaces/default/smithy-build.json +++ b/modules/lsp/src/test/resources/test-workspaces/default/smithy-build.json @@ -2,6 +2,6 @@ "imports": ["./weather.smithy", "./no-runner.smithy"], "mavenDependencies": [ "com.disneystreaming.alloy:alloy-core:0.3.7", - "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.15" + "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.16" ] } diff --git a/smithy-build.json b/smithy-build.json index e90d9018..109e7ea8 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -2,7 +2,7 @@ "imports": ["modules/core/src/test/smithy"], "mavenDependencies": [ "com.disneystreaming.alloy:alloy-core:0.3.7", - "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.15", + "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.16", "software.amazon.smithy:smithy-aws-traits:1.47.0" ] }