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 c7b7d48 commit d28c946Copy full SHA for d28c946
codegen/smithy-aws-typescript-codegen/build.gradle.kts
@@ -33,7 +33,7 @@ tasks.withType<Test> {
33
}
34
35
dependencies {
36
- api("software.amazon.smithy:smithy-aws-traits:0.9.4")
+ api("software.amazon.smithy:smithy-aws-traits:0.9.5")
37
api("software.amazon.smithy:smithy-typescript-codegen:0.1.0")
38
testCompile("org.junit.jupiter:junit-jupiter-api:5.4.0")
39
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.4.0")
0 commit comments