Skip to content

Commit 5934e00

Browse files
chore(codegen): update smithy-typescript version in build.gradle.kts (#5970)
1 parent dbe1d3a commit 5934e00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
mavenCentral()
3232
}
3333
group = "software.amazon.smithy.typescript"
34-
version = "0.20.0"
34+
version = "0.20.1"
3535
}
3636

3737
// The root project doesn't produce a JAR.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
4444
api("software.amazon.smithy:smithy-model:$smithyVersion")
4545
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
46-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.0")
46+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1")
4747
}
4848

4949
tasks.register("set-aws-sdk-versions") {

0 commit comments

Comments
 (0)