Skip to content

Commit 3b87580

Browse files
committed
update version of smithy used in smoke tests
1 parent 8da6226 commit 3b87580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/code-generation/smithy/codegen/cpp-smoke-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val logger = Logging.getLogger("MyLogger")
99

1010
plugins {
1111
id("java-library")
12-
id("software.amazon.smithy.gradle.smithy-base").version("1.2.0")
12+
id("software.amazon.smithy.gradle.smithy-base").version("1.3.0")
1313
}
1414

1515
repositories {

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.57.1") // Centralize the version for Smithy-related dependencies
17+
version("smithy", "1.61.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)