File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
smithy-typescript-integ-tests/codegen Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ plugins {
2424}
2525
2626allprojects {
27- group = " software.amazon.smithy"
27+ group = " software.amazon.smithy.typescript "
2828 version = " 0.3.0"
2929}
3030
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ buildscript {
2121 mavenCentral()
2222 }
2323 dependencies {
24- classpath ' software.amazon.smithy:smithy-typescript-codegen:0.3.0'
25- classpath ' software.amazon.smithy:smithy-aws-typescript-codegen:0.3.0'
24+ classpath ' software.amazon.smithy.typescript :smithy-typescript-codegen:0.3.0'
25+ classpath ' software.amazon.smithy.typescript :smithy-aws-typescript-codegen:0.3.0'
2626 classpath " software.amazon.smithy:smithy-model:1.7.2"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments