Skip to content

Commit a78b6fd

Browse files
committed
Update to Smithy 0.9.8
1 parent 93bc3b1 commit a78b6fd

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:0.9.7")
32+
implementation("software.amazon.smithy:smithy-protocol-test-traits:0.9.8")
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:0.9.7")
22-
implementation("software.amazon.smithy:smithy-protocol-test-traits:0.9.7")
21+
api("software.amazon.smithy:smithy-codegen-core:0.9.8")
22+
implementation("software.amazon.smithy:smithy-protocol-test-traits:0.9.8")
2323
}

0 commit comments

Comments
 (0)