We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77b926 commit 42de2c1Copy full SHA for 42de2c1
codegen/build.gradle.kts
@@ -28,7 +28,7 @@ allprojects {
28
mavenCentral()
29
}
30
group = "software.amazon.smithy.typescript"
31
- version = "0.3.0"
+ version = "0.4.0"
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.3.0")
+ api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.4.0")
39
40
41
tasks.register("set-aws-sdk-versions") {
0 commit comments