Skip to content

Commit 39573c4

Browse files
authored
chore(codegen): update to Smithy 1.21.x (#3594)
1 parent cbab94e commit 39573c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
version = "0.11.0"
3232
}
3333

34-
extra["smithyVersion"] = "[1.19.0,1.20.0["
34+
extra["smithyVersion"] = "[1.21.0,1.22.0["
3535

3636
// The root project doesn't produce a JAR.
3737
tasks["jar"].enabled = false

0 commit comments

Comments
 (0)