We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbab94e commit 39573c4Copy full SHA for 39573c4
codegen/build.gradle.kts
@@ -31,7 +31,7 @@ allprojects {
31
version = "0.11.0"
32
}
33
34
-extra["smithyVersion"] = "[1.19.0,1.20.0["
+extra["smithyVersion"] = "[1.21.0,1.22.0["
35
36
// The root project doesn't produce a JAR.
37
tasks["jar"].enabled = false
0 commit comments