We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b32d89 commit 99b380dCopy full SHA for 99b380d
codegen/build.gradle.kts
@@ -31,7 +31,7 @@ allprojects {
31
mavenCentral()
32
}
33
group = "software.amazon.smithy.typescript"
34
- version = "0.25.0"
+ version = "0.26.0"
35
36
37
// The root project doesn't produce a JAR.
codegen/smithy-aws-typescript-codegen/build.gradle.kts
@@ -36,7 +36,7 @@ buildscript {
dependencies {
38
// Smithy TypeScript
39
- api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.25.0")
+ api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.26.0")
40
41
// Smithy generic dependencies
42
api("software.amazon.smithy:smithy-model:$smithyVersion")
0 commit comments