Skip to content

Commit e7da56e

Browse files
committed
Upgrade plugin version
1 parent 479a389 commit e7da56e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/setup-build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ runs:
1919
# checkout aws-crt-kotlin as a sibling which will automatically make it an included build
2020
path: 'aws-crt-kotlin'
2121
repository: 'awslabs/aws-crt-kotlin'
22+
submodules: 'true'
2223

2324
- name: Debug!
2425
working-directory: ./aws-crt-kotlin

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin-version = "2.0.21"
33
dokka-version = "1.9.10"
44

5-
aws-kotlin-repo-tools-version = "0.4.16-kn"
5+
aws-kotlin-repo-tools-version = "0.4.17-kn"
66

77
# libs
88
coroutines-version = "1.9.0"

0 commit comments

Comments
 (0)