File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 2 files changed +4
-4
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.5 .0, 2 .0[" )
23
+ implementation(" software.amazon.smithy:smithy-aws-protocol-tests:[1.6 .0, 1.7 .0[" )
24
24
compile(project(" :smithy-aws-typescript-codegen" ))
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ extra["displayName"] = "Smithy :: AWS :: Typescript :: Codegen"
18
18
extra[" moduleName" ] = " software.amazon.smithy.aws.typescript.codegen"
19
19
20
20
dependencies {
21
- api(" software.amazon.smithy:smithy-aws-traits:[1.5 .0, 2 .0[" )
22
- api(" software.amazon.smithy:smithy-waiters:[1.5 .0, 2 .0[" )
23
- api(" software.amazon.smithy:smithy-aws-iam-traits:[1.5 .0, 2 .0[" )
21
+ api(" software.amazon.smithy:smithy-aws-traits:[1.6 .0, 1.7 .0[" )
22
+ api(" software.amazon.smithy:smithy-waiters:[1.6 .0, 1.7 .0[" )
23
+ api(" software.amazon.smithy:smithy-aws-iam-traits:[1.6 .0, 1.7 .0[" )
24
24
api(" software.amazon.smithy:smithy-typescript-codegen:0.3.0" )
25
25
}
You can’t perform that action at this time.
0 commit comments