Skip to content

Commit e71ca72

Browse files
authored
fix: upgrade aws-crt-kotlin dependency to fix Mac dlopen issue (#689)
1 parent 8f3279a commit e71ca72

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "48905e3f-f57e-4265-ad34-98c65ec4bb46",
3+
"type": "bugfix",
4+
"description": "Upgrade aws-crt-kotlin dependency to fix Mac dlopen issue",
5+
"issues": [
6+
"awslabs/aws-crt-kotlin#55"
7+
]
8+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ kotlinLoggingVersion=2.1.21
4646
slf4jVersion=1.7.36
4747

4848
# crt
49-
crtKotlinVersion=0.6.3
49+
crtKotlinVersion=0.6.4-SNAPSHOT

0 commit comments

Comments
 (0)