File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
smithy-typescript-codegen
smithy-typescript-codegen-test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ repositories {
29
29
30
30
dependencies {
31
31
implementation(project(" :smithy-typescript-codegen" ))
32
- implementation(" software.amazon.smithy:smithy-protocol-test-traits:1.0.5 " )
32
+ implementation(" software.amazon.smithy:smithy-protocol-test-traits:[ 1.0.8, 2.0[ " )
33
33
}
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ extra["displayName"] = "Smithy :: Typescript :: Codegen"
18
18
extra[" moduleName" ] = " software.amazon.smithy.typescript.codegen"
19
19
20
20
dependencies {
21
- api(" software.amazon.smithy:smithy-codegen-core:1.0.5 " )
22
- implementation(" software.amazon.smithy:smithy-protocol-test-traits:1.0.5 " )
21
+ api(" software.amazon.smithy:smithy-codegen-core:[ 1.0.8, 2.0[ " )
22
+ implementation(" software.amazon.smithy:smithy-protocol-test-traits:[ 1.0.8, 2.0[ " )
23
23
}
You can’t perform that action at this time.
0 commit comments