Skip to content

Commit

Permalink
codegen: Update smithy gradle dependency (#294)
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 3c20a9f commit 3c2b379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/smithy-go-codegen-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extra["moduleName"] = "software.amazon.smithy.go.codegen.test"
tasks["jar"].enabled = false

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

repositories {
Expand Down

0 comments on commit 3c2b379

Please sign in to comment.