File tree 3 files changed +8
-8
lines changed
smithy-aws-typescript-codegen
3 files changed +8
-8
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.10 .0, 1.11 .0[" )
23
+ implementation(" software.amazon.smithy:smithy-aws-protocol-tests:[1.11 .0, 1.12 .0[" )
24
24
compile(project(" :smithy-aws-typescript-codegen" ))
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import kotlin.streams.toList
22
22
23
23
buildscript {
24
24
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[" )
26
26
}
27
27
}
28
28
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.10 .0, 1.11 .0[" )
28
+ classpath(" software.amazon.smithy:smithy-model:[1.11 .0, 1.12 .0[" )
29
29
}
30
30
}
31
31
32
32
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[" )
38
38
api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.5.0" )
39
39
}
40
40
You can’t perform that action at this time.
0 commit comments