Skip to content

Commit 1b2f224

Browse files
committed
debugging
1 parent 3d1139b commit 1b2f224

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release-readiness.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
path: 'smithy-kotlin'
4040
repository: 'smithy-lang/smithy-kotlin'
4141

42-
# TODO: Change grep pattern when we decouple runtime and codegen releases
4342
- name: Check for smithy-kotlin unreleased changes
4443
run: |
4544
cd aws-sdk-kotlin

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.25.0"
1212
binary-compatibility-validator-version = "0.16.3"
1313

1414
# smithy-kotlin codegen and runtime are versioned separately
15-
smithy-kotlin-runtime-version = "1.4.15"
16-
smithy-kotlin-codegen-version = "0.34.15"
15+
smithy-kotlin-runtime-version = "1.4.16"
16+
smithy-kotlin-codegen-version = "0.34.16"
1717

1818
# codegen
1919
smithy-version = "1.53.0"

0 commit comments

Comments
 (0)