Skip to content

Commit ba14b3c

Browse files
authored
fix(codegen): use specific smithy-cli version in protocol-test-codegen (#3054)
1 parent 842e396 commit ba14b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
"classpath"("software.amazon.smithy:smithy-cli:1.12.+")
23+
"classpath"("software.amazon.smithy:smithy-cli:${rootProject.extra["smithyVersion"]}")
2424
}
2525
}
2626

0 commit comments

Comments
 (0)