Skip to content

Commit 17072b1

Browse files
chore: update smithy dependency to 1.9.0
1 parent 095f652 commit 17072b1

File tree

2 files changed

+7
-7
lines changed

2 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ buildscript {
2525
mavenCentral()
2626
}
2727
dependencies {
28-
classpath("software.amazon.smithy:smithy-model:[1.7.0, 1.8.0[")
28+
classpath("software.amazon.smithy:smithy-model:[1.9.0, 1.10.0[")
2929
}
3030
}
3131

3232
dependencies {
33-
api("software.amazon.smithy:smithy-aws-cloudformation-traits:[1.8.0, 1.9.0[")
34-
api("software.amazon.smithy:smithy-aws-traits:[1.8.0, 1.9.0[")
35-
api("software.amazon.smithy:smithy-waiters:[1.8.0, 1.9.0[")
36-
api("software.amazon.smithy:smithy-aws-iam-traits:[1.8.0, 1.9.0[")
37-
api("software.amazon.smithy:smithy-protocol-test-traits:[1.8.0, 1.9.0[")
33+
api("software.amazon.smithy:smithy-aws-cloudformation-traits:[1.9.0, 1.10.0[")
34+
api("software.amazon.smithy:smithy-aws-traits:[1.9.0, 1.10.0[")
35+
api("software.amazon.smithy:smithy-waiters:[1.9.0, 1.10.0[")
36+
api("software.amazon.smithy:smithy-aws-iam-traits:[1.9.0, 1.10.0[")
37+
api("software.amazon.smithy:smithy-protocol-test-traits:[1.9.0, 1.10.0[")
3838
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.3.0")
3939
}
4040

0 commit comments

Comments
 (0)