From 1eb2eb967bf3f0c4ddb6cc110c883f3e9f1d5017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Tue, 24 Dec 2024 19:30:57 +0100 Subject: [PATCH] Update smithy-build to actually pass validation --- .gitignore | 1 + smithy-build.json | 12 ++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index afc0453f..8c95b2bd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ smithyql-log.txt result .version +build/smithy diff --git a/smithy-build.json b/smithy-build.json index 687371e2..69763f2e 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -10,15 +10,11 @@ ], "maven": { "dependencies": [ - "com.disneystreaming.alloy:alloy-core:0.3.13", - "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.27" + "com.disneystreaming.alloy:alloy-core:0.3.14", + "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.27", + "software.amazon.smithy:smithy-aws-traits:1.53.0" ], "repositories": [] - }, - "mavenDependencies": [ - "com.disneystreaming.alloy:alloy-core:0.3.14", - "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.27", - "software.amazon.smithy:smithy-aws-traits:1.53.0" - ] + } }