File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
31
31
mavenCentral()
32
32
}
33
33
group = " software.amazon.smithy.typescript"
34
- version = " 0.20.0 "
34
+ version = " 0.20.1 "
35
35
}
36
36
37
37
// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
api(" software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion " )
44
44
api(" software.amazon.smithy:smithy-model:$smithyVersion " )
45
45
api(" software.amazon.smithy:smithy-rules-engine:$smithyVersion " )
46
- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.0 " )
46
+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1 " )
47
47
}
48
48
49
49
tasks.register(" set-aws-sdk-versions" ) {
You can’t perform that action at this time.
0 commit comments