Skip to content

Commit f55d02d

Browse files
authored
chore: upgrade smithy-kotlin to consume new Set→List changes (#652)
1 parent 85a240d commit f55d02d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "5e48cdf3-de2e-4274-8955-813c2897e3fc",
3+
"type": "misc",
4+
"description": "**Breaking**: Upgrade **smithy-kotlin** version which will replace all instances of `Set<T>` with `List<T>` in service shapes"
5+
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sdkVersion=0.16.8-SNAPSHOT
1212
smithyVersion=1.22.0
1313
smithyGradleVersion=0.5.3
1414
# smithy-kotlin codegen and runtime are versioned together
15-
smithyKotlinVersion=0.11.2
15+
smithyKotlinVersion=0.12.0-SNAPSHOT
1616

1717
# kotlin
1818
kotlinVersion=1.7.0
@@ -39,4 +39,4 @@ slf4jVersion=1.7.36
3939

4040
# dokka config (values specified at build-time as needed)
4141
smithyKotlinPackageListUrl=
42-
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin
42+
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin

0 commit comments

Comments
 (0)