Skip to content

Commit

Permalink
chore: upgrade Smithy to 1.50.0 (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf authored Jul 9, 2024
1 parent d0e850a commit 30b5590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/615f18a4-0462-41a6-9cd7-adac1015e977.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "615f18a4-0462-41a6-9cd7-adac1015e977",
"type": "misc",
"description": "Upgrade Smithy to version **1.50.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.7.3"
atomicfu-version = "0.23.1"

# smithy-kotlin codegen and runtime are versioned separately
smithy-kotlin-runtime-version = "1.2.11"
smithy-kotlin-codegen-version = "0.32.11"
smithy-kotlin-runtime-version = "1.2.12"
smithy-kotlin-codegen-version = "0.32.12"

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

# testing
junit-version = "5.10.1"
Expand Down

0 comments on commit 30b5590

Please sign in to comment.