Skip to content

Commit c4fbfb4

Browse files
committed
chore: pin smithy to 1.8.x
1 parent 122c139 commit c4fbfb4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.7.0, 1.8.0[")
23+
implementation("software.amazon.smithy:smithy-aws-protocol-tests:[1.8.0, 1.9.0[")
2424
compile(project(":smithy-aws-typescript-codegen"))
2525
}
2626

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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-cloudformation-traits:[1.7.0, 1.8.0[")
22-
api("software.amazon.smithy:smithy-aws-traits:[1.7.0, 1.8.0[")
23-
api("software.amazon.smithy:smithy-waiters:[1.7.0, 1.8.0[")
24-
api("software.amazon.smithy:smithy-aws-iam-traits:[1.7.0, 1.8.0[")
21+
api("software.amazon.smithy:smithy-aws-cloudformation-traits:[1.8.0, 1.9.0[")
22+
api("software.amazon.smithy:smithy-aws-traits:[1.8.0, 1.9.0[")
23+
api("software.amazon.smithy:smithy-waiters:[1.8.0, 1.9.0[")
24+
api("software.amazon.smithy:smithy-aws-iam-traits:[1.8.0, 1.9.0[")
2525
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.3.0")
2626
}

0 commit comments

Comments
 (0)