From 73c546e17a69ec43977d4aba8218e06c6298839f Mon Sep 17 00:00:00 2001 From: David Francoeur Date: Wed, 15 Nov 2023 10:24:03 -0500 Subject: [PATCH] version field is required in the smithy-build --- src/main/g8/smithy-build.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/g8/smithy-build.json b/src/main/g8/smithy-build.json index c41a60c..f170434 100644 --- a/src/main/g8/smithy-build.json +++ b/src/main/g8/smithy-build.json @@ -1,11 +1,10 @@ { + "version": "1.0", "maven": { "dependencies": [ "com.disneystreaming.smithy4s:smithy4s-protocol:$smithy4s_version$", "com.disneystreaming.alloy:alloy-core:0.1.21" ] }, - "imports": [ - "./src" - ] + "imports": ["./src"] }