Skip to content

Commit 2b041e8

Browse files
committed
actually re-enable the SDK-level smoke test denylist integration, just update to the latest version of smithy-kotlin
1 parent cb4f633 commit 2b041e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

codegen/aws-sdk-codegen/src/main/resources/META-INF/services/software.amazon.smithy.kotlin.codegen.integration.KotlinIntegration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ aws.sdk.kotlin.codegen.customization.s3.express.SigV4S3ExpressAuthSchemeIntegrat
4343
aws.sdk.kotlin.codegen.customization.s3.express.S3ExpressIntegration
4444
aws.sdk.kotlin.codegen.customization.s3.S3ExpiresIntegration
4545
aws.sdk.kotlin.codegen.BusinessMetricsIntegration
46-
# aws.sdk.kotlin.codegen.smoketests.SmokeTestsDenyListIntegration
46+
aws.sdk.kotlin.codegen.smoketests.SmokeTestsDenyListIntegration

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ coroutines-version = "1.9.0"
99
atomicfu-version = "0.24.0"
1010

1111
# smithy-kotlin codegen and runtime are versioned separately
12-
smithy-kotlin-runtime-version = "1.3.15"
13-
smithy-kotlin-codegen-version = "0.33.15"
12+
smithy-kotlin-runtime-version = "1.3.16"
13+
smithy-kotlin-codegen-version = "0.33.16"
1414

1515
# codegen
1616
smithy-version = "1.51.0"

0 commit comments

Comments
 (0)