We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a720a commit 63198f5Copy full SHA for 63198f5
codegen/build.gradle.kts
@@ -28,7 +28,7 @@ allprojects {
28
mavenCentral()
29
}
30
group = "software.amazon.smithy.typescript"
31
- version = "0.4.0"
+ version = "0.4.1"
32
33
34
// The root project doesn't produce a JAR.
codegen/smithy-aws-typescript-codegen/build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
api("software.amazon.smithy:smithy-waiters:[1.9.0, 1.10.0[")
36
api("software.amazon.smithy:smithy-aws-iam-traits:[1.9.0, 1.10.0[")
37
api("software.amazon.smithy:smithy-protocol-test-traits:[1.9.0, 1.10.0[")
38
- api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.4.0")
+ api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.4.1")
39
40
41
tasks.register("set-aws-sdk-versions") {
0 commit comments