Skip to content

Commit

Permalink
chore(codegen): update smithy-typescript version in build.gradle.kts (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFossAWS authored Apr 5, 2024
1 parent dbe1d3a commit 5934e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
mavenCentral()
}
group = "software.amazon.smithy.typescript"
version = "0.20.0"
version = "0.20.1"
}

// The root project doesn't produce a JAR.
Expand Down
2 changes: 1 addition & 1 deletion codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
api("software.amazon.smithy:smithy-model:$smithyVersion")
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.0")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1")
}

tasks.register("set-aws-sdk-versions") {
Expand Down

0 comments on commit 5934e00

Please sign in to comment.