We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17afcbb commit 6fd95e3Copy full SHA for 6fd95e3
codegen/build.gradle.kts
@@ -27,7 +27,7 @@ allprojects {
27
mavenLocal()
28
mavenCentral()
29
}
30
- group = "software.amazon.smithy"
+ group = "software.amazon.smithy.typescript"
31
version = "0.3.0"
32
33
codegen/smithy-aws-typescript-codegen/build.gradle.kts
@@ -21,5 +21,5 @@ dependencies {
21
api("software.amazon.smithy:smithy-aws-traits:[1.7.0, 1.8.0[")
22
api("software.amazon.smithy:smithy-waiters:[1.7.0, 1.8.0[")
23
api("software.amazon.smithy:smithy-aws-iam-traits:[1.7.0, 1.8.0[")
24
- api("software.amazon.smithy:smithy-typescript-codegen:0.3.0")
+ api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.3.0")
25
0 commit comments