Skip to content

Commit

Permalink
Update smithy-build to actually pass validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 24, 2024
1 parent 4804283 commit 1eb2eb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ smithyql-log.txt

result
.version
build/smithy
12 changes: 4 additions & 8 deletions smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}

0 comments on commit 1eb2eb9

Please sign in to comment.