File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
codegen/smithy-aws-kotlin-codegen Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,12 @@ val kotlinJVMTargetVersion: String by project
2222dependencies {
2323 implementation(kotlin(" stdlib-jdk8" ))
2424 api(" software.amazon.smithy.kotlin:smithy-kotlin-codegen:$smithyKotlinVersion " )
25+
2526 api(" software.amazon.smithy:smithy-aws-traits:$smithyVersion " )
27+ api(" software.amazon.smithy:smithy-aws-iam-traits:$smithyVersion " )
28+ api(" software.amazon.smithy:smithy-aws-cloudformation-traits:$smithyVersion " )
2629 api(" software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion " )
30+
2731 testImplementation(" org.junit.jupiter:junit-jupiter:$junitVersion " )
2832 testImplementation(" org.junit.jupiter:junit-jupiter-params:$junitVersion " )
2933 testImplementation(" io.kotest:kotest-assertions-core-jvm:$kotestVersion " )
You can’t perform that action at this time.
0 commit comments