Skip to content

Commit befcde0

Browse files
committed
smithy kotlin version bump
1 parent 15a7dd8 commit befcde0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/AwsRuntimeTypes.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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")

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ atomicfu-version = "0.25.0"
1212
binary-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
1919
smithy-version = "1.53.0"

0 commit comments

Comments
 (0)