Skip to content

Commit cfe6e60

Browse files
committed
Fix versions to use a range >= 1.0.8 < 2.0
1 parent 0e2a675 commit cfe6e60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

smithy-typescript-codegen-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ repositories {
2929

3030
dependencies {
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
}

smithy-typescript-codegen/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ extra["displayName"] = "Smithy :: Typescript :: Codegen"
1818
extra["moduleName"] = "software.amazon.smithy.typescript.codegen"
1919

2020
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[")
2323
}

0 commit comments

Comments
 (0)