Skip to content

Commit 133a805

Browse files
authored
chore: update group name for smithy-codegen-kotlin (#284)
1 parent af5585b commit 133a805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen/smithy-aws-kotlin-codegen/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
val sdkVersion: String by project
1111
description = "Codegen support for AWS protocols"
12-
group = "software.amazon.smithy"
12+
group = "software.amazon.smithy.kotlin"
1313
version = sdkVersion
1414

1515
val smithyVersion: String by project
@@ -21,7 +21,7 @@ val kotlinJVMTargetVersion: String by project
2121

2222
dependencies {
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")

0 commit comments

Comments
 (0)