We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a0cd8 commit 28be9a8Copy full SHA for 28be9a8
tools/code-generation/smithy/codegen/settings.gradle.kts
@@ -14,7 +14,7 @@ dependencyResolutionManagement {
14
versionCatalogs {
15
create("codegen") {
16
// Smithy dependencies
17
- version("smithy", "1.61.0") // Centralize the version for Smithy-related dependencies
+ version("smithy", "1.62.0") // Centralize the version for Smithy-related dependencies
18
library("model", "software.amazon.smithy", "smithy-model").versionRef("smithy")
19
library("aws-traits", "software.amazon.smithy", "smithy-aws-traits").versionRef("smithy")
20
library("codegen-core", "software.amazon.smithy", "smithy-codegen-core").versionRef("smithy")
0 commit comments