Skip to content

Commit

Permalink
fix(codegen): fix locking smithy-cli version in protocol-test-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar committed Nov 22, 2021
1 parent 842e396 commit 83ffd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/protocol-test-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
mavenCentral()
}
dependencies {
"classpath"("software.amazon.smithy:smithy-cli:1.12.+")
"classpath"("software.amazon.smithy:smithy-cli:${rootProject.extra["smithyVersion"]}")
}
}

Expand Down

0 comments on commit 83ffd5e

Please sign in to comment.