Skip to content

Commit

Permalink
misc: upgrade to Smithy 1.49.0 (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Jun 14, 2024
1 parent 5d6b248 commit 44904c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/0ea5aa4b-4e56-464a-b2a4-7d0807406272.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "0ea5aa4b-4e56-464a-b2a4-7d0807406272",
"type": "misc",
"description": "Upgrade to Smithy 1.49.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.6"
smithy-kotlin-codegen-version = "0.32.6"
smithy-kotlin-runtime-version = "1.2.7"
smithy-kotlin-codegen-version = "0.32.7"

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

# testing
junit-version = "5.10.1"
Expand Down

0 comments on commit 44904c3

Please sign in to comment.