File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
20
20
}
21
21
22
22
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[" )
24
24
compile(project(" :smithy-aws-typescript-codegen" ))
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ buildscript {
25
25
mavenCentral()
26
26
}
27
27
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[" )
29
29
}
30
30
}
31
31
32
32
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[" )
38
38
api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.3.0" )
39
39
}
40
40
You can’t perform that action at this time.
0 commit comments