From 4ebf8705d3ae9e77954f0563c4921e0eab160c9d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Dec 2024 17:18:13 +0000 Subject: [PATCH] Update smithy4s-aws-http4s, ... to 0.18.26 --- .../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 3498da9e..b0aca2b2 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 @@ "sources": ["./weather.smithy", "./no-runner.smithy"], "mavenDependencies": [ "com.disneystreaming.alloy:alloy-core:0.3.14", - "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.25" + "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.26" ] } diff --git a/smithy-build.json b/smithy-build.json index 8d05eb15..b029b2a4 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -2,7 +2,7 @@ "sources": ["modules/core/src/test/smithy"], "mavenDependencies": [ "com.disneystreaming.alloy:alloy-core:0.3.14", - "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.25", + "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.26", "software.amazon.smithy:smithy-aws-traits:1.53.0" ] }