File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,10 @@ dependencies {
7575
7676tasks.generateSmithyProjections {
7777 // ensure the generated clients use the same version of the runtime as the aws aws-runtime
78- val smithyKotlinRuntimeVersion = libs.versions.smithy.kotlin.runtime.version.get()
78+ // val smithyKotlinRuntimeVersion = libs.versions.smithy.kotlin.runtime.version.get()\
79+
80+ // align with smithy version to pass protocol test, will change back before merge
81+ val smithyKotlinRuntimeVersion = " 1.3.33-SNAPSHOT"
7982 doFirst {
8083 System .setProperty(" smithy.kotlin.codegen.clientRuntimeVersion" , smithyKotlinRuntimeVersion)
8184 }
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ coroutines-version = "1.9.0"
1111atomicfu-version = " 0.25.0"
1212
1313# smithy-kotlin codegen and runtime are versioned separately
14- smithy-kotlin-runtime-version = " 1.3.33 "
15- smithy-kotlin-codegen-version = " 0.33.33 "
14+ smithy-kotlin-runtime-version = " 1.3.30 "
15+ smithy-kotlin-codegen-version = " 0.33.30 "
1616
1717# codegen
1818smithy-version = " 1.51.0"
You can’t perform that action at this time.
0 commit comments