Skip to content

Commit

Permalink
version field is required in the smithy-build
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Nov 15, 2023
1 parent f93a2c8 commit 73c546e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/g8/smithy-build.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit 73c546e

Please sign in to comment.