File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
smithy-typescript-codegen-test
smithy-typescript-codegen 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 {
2929
3030dependencies {
3131 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[ " )
3333}
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ extra["displayName"] = "Smithy :: Typescript :: Codegen"
1818extra[" moduleName" ] = " software.amazon.smithy.typescript.codegen"
1919
2020dependencies {
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[ " )
2323}
You can’t perform that action at this time.
0 commit comments