Skip to content

Commit

Permalink
align smithy version
Browse files Browse the repository at this point in the history
  • Loading branch information
xinsong-cui committed Jan 13, 2025
1 parent 96aaf9a commit a0f894b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion codegen/protocol-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ dependencies {

tasks.generateSmithyProjections {
// ensure the generated clients use the same version of the runtime as the aws aws-runtime
val smithyKotlinRuntimeVersion = libs.versions.smithy.kotlin.runtime.version.get()
// val smithyKotlinRuntimeVersion = libs.versions.smithy.kotlin.runtime.version.get()\

// align with smithy version to pass protocol test, will change back before merge
val smithyKotlinRuntimeVersion = "1.3.33-SNAPSHOT"
doFirst {
System.setProperty("smithy.kotlin.codegen.clientRuntimeVersion", smithyKotlinRuntimeVersion)
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ coroutines-version = "1.9.0"
atomicfu-version = "0.25.0"

# smithy-kotlin codegen and runtime are versioned separately
smithy-kotlin-runtime-version = "1.3.33"
smithy-kotlin-codegen-version = "0.33.33"
smithy-kotlin-runtime-version = "1.3.30"
smithy-kotlin-codegen-version = "0.33.30"

# codegen
smithy-version = "1.51.0"
Expand Down

0 comments on commit a0f894b

Please sign in to comment.