Skip to content

Commit 96de406

Browse files
authored
chore(codegen): bump to smithy 1.11.x (#2643)
1 parent 29c3609 commit 96de406

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

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

codegen/sdk-codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import kotlin.streams.toList
2222

2323
buildscript {
2424
dependencies {
25-
"classpath"("software.amazon.smithy:smithy-aws-traits:[1.5.1,2.0.0[")
25+
"classpath"("software.amazon.smithy:smithy-aws-traits:[1.11.0,1.12.0[")
2626
}
2727
}
2828

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

+6-6
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.10.0, 1.11.0[")
28+
classpath("software.amazon.smithy:smithy-model:[1.11.0, 1.12.0[")
2929
}
3030
}
3131

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

0 commit comments

Comments
 (0)