File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020}
2121
2222dependencies {
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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import kotlin.streams.toList
2222
2323buildscript {
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
Original file line number Diff line number Diff 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
3232dependencies {
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
You can’t perform that action at this time.
0 commit comments