Skip to content

Commit dc13639

Browse files
authored
fix: bump to latest smithy-kotlin version for codegen fixes (#1713)
1 parent 96d8b80 commit dc13639

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "d0acb5d7-6b4e-4163-92d0-444b89455052",
3+
"type": "bugfix",
4+
"description": "Bump **smithy-kotlin** to **v1.5.15** to pick up fixes for codegen member/package collision",
5+
"issues": [
6+
"smithy-lang/smithy-kotlin#1444"
7+
]
8+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ atomicfu-version = "0.29.0"
1212
binary-compatibility-validator-version = "0.18.0"
1313

1414
# smithy-kotlin codegen and runtime are versioned separately
15-
smithy-kotlin-runtime-version = "1.5.12"
16-
smithy-kotlin-codegen-version = "0.35.12"
15+
smithy-kotlin-runtime-version = "1.5.15"
16+
smithy-kotlin-codegen-version = "0.35.15"
1717

1818
# codegen
1919
smithy-version = "1.62.0"

0 commit comments

Comments
 (0)