Skip to content

Commit 28be9a8

Browse files
committed
update version of smithy used in generating smoke tests
1 parent 35a0cd8 commit 28be9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/code-generation/smithy/codegen/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencyResolutionManagement {
1414
versionCatalogs {
1515
create("codegen") {
1616
// Smithy dependencies
17-
version("smithy", "1.61.0") // Centralize the version for Smithy-related dependencies
17+
version("smithy", "1.62.0") // Centralize the version for Smithy-related dependencies
1818
library("model", "software.amazon.smithy", "smithy-model").versionRef("smithy")
1919
library("aws-traits", "software.amazon.smithy", "smithy-aws-traits").versionRef("smithy")
2020
library("codegen-core", "software.amazon.smithy", "smithy-codegen-core").versionRef("smithy")

0 commit comments

Comments
 (0)