Skip to content

Commit 8c4dbc7

Browse files
authored
codegen: Update smithy gradle dependency (#1252)
Updates smithy Gradle dependency to v0.5.3.
1 parent b03f51b commit 8c4dbc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/protocol-test-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import software.amazon.smithy.gradle.tasks.SmithyBuild
1717

1818
plugins {
19-
id("software.amazon.smithy") version "0.5.1"
19+
id("software.amazon.smithy") version "0.5.3"
2020
}
2121

2222
dependencies {

codegen/sdk-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import software.amazon.smithy.gradle.tasks.SmithyBuild
2020
import kotlin.streams.toList
2121

2222
plugins {
23-
id("software.amazon.smithy") version "0.5.1"
23+
id("software.amazon.smithy") version "0.5.3"
2424
}
2525

2626
dependencies {

0 commit comments

Comments
 (0)