Skip to content

Commit 906e4b0

Browse files
authored
fix(codegen): pin smithy dependencies to minor version 1.6.x (#2153)
1 parent 83c591a commit 906e4b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

codegen/protocol-test-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
dependencies {
23-
implementation("software.amazon.smithy:smithy-aws-protocol-tests:[1.5.0, 2.0[")
23+
implementation("software.amazon.smithy:smithy-aws-protocol-tests:[1.6.0, 1.7.0[")
2424
compile(project(":smithy-aws-typescript-codegen"))
2525
}
2626

codegen/smithy-aws-typescript-codegen/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ extra["displayName"] = "Smithy :: AWS :: Typescript :: Codegen"
1818
extra["moduleName"] = "software.amazon.smithy.aws.typescript.codegen"
1919

2020
dependencies {
21-
api("software.amazon.smithy:smithy-aws-traits:[1.5.0, 2.0[")
22-
api("software.amazon.smithy:smithy-waiters:[1.5.0, 2.0[")
23-
api("software.amazon.smithy:smithy-aws-iam-traits:[1.5.0, 2.0[")
21+
api("software.amazon.smithy:smithy-aws-traits:[1.6.0, 1.7.0[")
22+
api("software.amazon.smithy:smithy-waiters:[1.6.0, 1.7.0[")
23+
api("software.amazon.smithy:smithy-aws-iam-traits:[1.6.0, 1.7.0[")
2424
api("software.amazon.smithy:smithy-typescript-codegen:0.3.0")
2525
}

0 commit comments

Comments
 (0)