Skip to content

Commit

Permalink
codegen: Update smithy gradle dependency (#1252)
Browse files Browse the repository at this point in the history
Updates smithy Gradle dependency to v0.5.3.
  • Loading branch information
jasdel authored May 7, 2021
1 parent b03f51b commit 8c4dbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen/protocol-test-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import software.amazon.smithy.gradle.tasks.SmithyBuild

plugins {
id("software.amazon.smithy") version "0.5.1"
id("software.amazon.smithy") version "0.5.3"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import software.amazon.smithy.gradle.tasks.SmithyBuild
import kotlin.streams.toList

plugins {
id("software.amazon.smithy") version "0.5.1"
id("software.amazon.smithy") version "0.5.3"
}

dependencies {
Expand Down

0 comments on commit 8c4dbc7

Please sign in to comment.