Skip to content

Commit d28c946

Browse files
Chase Coalwellkstich
authored andcommitted
fix: bump smithy dependency to 0.9.5 (#445)
1 parent c7b7d48 commit d28c946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/smithy-aws-typescript-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tasks.withType<Test> {
3333
}
3434

3535
dependencies {
36-
api("software.amazon.smithy:smithy-aws-traits:0.9.4")
36+
api("software.amazon.smithy:smithy-aws-traits:0.9.5")
3737
api("software.amazon.smithy:smithy-typescript-codegen:0.1.0")
3838
testCompile("org.junit.jupiter:junit-jupiter-api:5.4.0")
3939
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.4.0")

0 commit comments

Comments
 (0)