Skip to content

Commit

Permalink
Add dependency on smithy-rules-engine to allow usage of upcoming trai…
Browse files Browse the repository at this point in the history
…ts in new models
  • Loading branch information
skmcgrail committed Oct 13, 2022
1 parent 9510ede commit 4994e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
smithyVersion=1.25.0
smithyVersion=1.26.0
smithyGradleVersion=0.6.0
1 change: 1 addition & 0 deletions codegen/smithy-go-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ dependencies {
implementation("software.amazon.smithy:smithy-waiters:$smithyVersion")
api("com.atlassian.commonmark:commonmark:0.15.2")
api("org.jsoup:jsoup:1.14.1")
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
}

0 comments on commit 4994e29

Please sign in to comment.