We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe1d3a commit 5934e00Copy full SHA for 5934e00
codegen/build.gradle.kts
@@ -31,7 +31,7 @@ allprojects {
31
mavenCentral()
32
}
33
group = "software.amazon.smithy.typescript"
34
- version = "0.20.0"
+ version = "0.20.1"
35
36
37
// The root project doesn't produce a JAR.
codegen/smithy-aws-typescript-codegen/build.gradle.kts
@@ -43,7 +43,7 @@ dependencies {
43
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
44
api("software.amazon.smithy:smithy-model:$smithyVersion")
45
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
46
- api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.0")
+ api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1")
47
48
49
tasks.register("set-aws-sdk-versions") {
0 commit comments