Skip to content

Commit

Permalink
misc: bump Smithy version (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Oct 8, 2024
1 parent e41b2f0 commit 8b64adb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/6604e856-ab5c-44ab-968b-3a2c57e7a35b.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "6604e856-ab5c-44ab-968b-3a2c57e7a35b",
"type": "misc",
"description": "Upgrade to Smithy 1.51.0"
}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ coroutines-version = "1.9.0"
atomicfu-version = "0.24.0"

# smithy-kotlin codegen and runtime are versioned separately
smithy-kotlin-runtime-version = "1.3.14"
smithy-kotlin-codegen-version = "0.33.14"
smithy-kotlin-runtime-version = "1.3.15"
smithy-kotlin-codegen-version = "0.33.15"

# codegen
smithy-version = "1.50.0"
smithy-version = "1.51.0"

# testing
junit-version = "5.10.1"
Expand Down

0 comments on commit 8b64adb

Please sign in to comment.