Skip to content

Commit

Permalink
chore(codegen): bump to smithy 1.11.x (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Aug 5, 2021
1 parent 29c3609 commit 96de406
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion codegen/protocol-test-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

dependencies {
implementation("software.amazon.smithy:smithy-aws-protocol-tests:[1.10.0, 1.11.0[")
implementation("software.amazon.smithy:smithy-aws-protocol-tests:[1.11.0, 1.12.0[")
compile(project(":smithy-aws-typescript-codegen"))
}

Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import kotlin.streams.toList

buildscript {
dependencies {
"classpath"("software.amazon.smithy:smithy-aws-traits:[1.5.1,2.0.0[")
"classpath"("software.amazon.smithy:smithy-aws-traits:[1.11.0,1.12.0[")
}
}

Expand Down
12 changes: 6 additions & 6 deletions codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("software.amazon.smithy:smithy-model:[1.10.0, 1.11.0[")
classpath("software.amazon.smithy:smithy-model:[1.11.0, 1.12.0[")
}
}

dependencies {
api("software.amazon.smithy:smithy-aws-cloudformation-traits:[1.10.0, 1.11.0[")
api("software.amazon.smithy:smithy-aws-traits:[1.10.0, 1.11.0[")
api("software.amazon.smithy:smithy-waiters:[1.10.0, 1.11.0[")
api("software.amazon.smithy:smithy-aws-iam-traits:[1.10.0, 1.11.0[")
api("software.amazon.smithy:smithy-protocol-test-traits:[1.10.0, 1.11.0[")
api("software.amazon.smithy:smithy-aws-cloudformation-traits:[1.11.0, 1.12.0[")
api("software.amazon.smithy:smithy-aws-traits:[1.11.0, 1.12.0[")
api("software.amazon.smithy:smithy-waiters:[1.11.0, 1.12.0[")
api("software.amazon.smithy:smithy-aws-iam-traits:[1.11.0, 1.12.0[")
api("software.amazon.smithy:smithy-protocol-test-traits:[1.11.0, 1.12.0[")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.5.0")
}

Expand Down

0 comments on commit 96de406

Please sign in to comment.