File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
codegen/smithy-aws-kotlin-codegen Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99
1010val sdkVersion: String by project
1111description = " Codegen support for AWS protocols"
12- group = " software.amazon.smithy"
12+ group = " software.amazon.smithy.kotlin "
1313version = sdkVersion
1414
1515val smithyVersion: String by project
@@ -21,7 +21,7 @@ val kotlinJVMTargetVersion: String by project
2121
2222dependencies {
2323 implementation(kotlin(" stdlib-jdk8" ))
24- api(" software.amazon.smithy:smithy-kotlin-codegen:$smithyKotlinVersion " )
24+ api(" software.amazon.smithy.kotlin :smithy-kotlin-codegen:$smithyKotlinVersion " )
2525 api(" software.amazon.smithy:smithy-aws-traits:$smithyVersion " )
2626 api(" software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion " )
2727 testImplementation(" org.junit.jupiter:junit-jupiter:$junitVersion " )
You can’t perform that action at this time.
0 commit comments