File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ object AwsRuntimeTypes {
1717 val AwsServiceException = symbol(" AwsServiceException" )
1818 val ClientException = symbol(" ClientException" )
1919
20- // FUTURE MERGE CONFLICG: This package will be removed when region provider PR merges: https://github.com/awslabs/aws-sdk-kotlin/pull/1488
21- // Prepare for merge conflicts
20+ // FUTURE MERGE CONFLICT: This package will be removed when region provider PR merges: https://github.com/awslabs/aws-sdk-kotlin/pull/1488
2221 object Client : RuntimeTypePackage(AwsKotlinDependency .AWS_CORE , " client" ) {
2322 val AwsSdkClientConfig = symbol(" AwsSdkClientConfig" )
2423 val AwsClientOption = symbol(" AwsClientOption" )
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ atomicfu-version = "0.25.0"
1212binary-compatibility-validator-version = " 0.16.3"
1313
1414# smithy-kotlin codegen and runtime are versioned separately
15- smithy-kotlin-runtime-version = " 1.4.9 "
16- smithy-kotlin-codegen-version = " 0.34.9 "
15+ smithy-kotlin-runtime-version = " 1.4.11 "
16+ smithy-kotlin-codegen-version = " 0.34.11 "
1717
1818# codegen
1919smithy-version = " 1.53.0"
You can’t perform that action at this time.
0 commit comments