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 {
24
24
}
25
25
26
26
allprojects {
27
- group = " software.amazon.smithy"
27
+ group = " software.amazon.smithy.typescript "
28
28
version = " 0.3.0"
29
29
}
30
30
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ buildscript {
21
21
mavenCentral()
22
22
}
23
23
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'
26
26
classpath " software.amazon.smithy:smithy-model:1.7.2"
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments