Skip to content

Commit b301eb3

Browse files
authored
chore: update kotlin to 1.8.22; kotlinx.coroutines to 1.7.3 (#69)
1 parent c93e78a commit b301eb3

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "b062a6cf-d42b-4104-a51d-48d9cc992a75",
3+
"type": "misc",
4+
"description": "Upgrade kotlinx.coroutines to 1.7.3"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "f4d68f74-f47e-4157-a78c-2847b4311f36",
3+
"type": "misc",
4+
"description": "Upgrade Kotlin to 1.8.22"
5+
}

gradle.properties

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
kotlin.code.style=official
22
kotlin.mpp.stability.nowarn=true
3-
kotlin.mpp.enableCompatibilityMetadataVariant=true
43

54
# aws-crt-kotlin
6-
sdkVersion=0.6.9-SNAPSHOT
5+
sdkVersion=0.7.0-SNAPSHOT
76

87
# kotlin
9-
kotlinVersion=1.8.10
10-
coroutinesVersion=1.6.4
8+
kotlinVersion=1.8.22
9+
coroutinesVersion=1.7.3
1110

1211
# testing/utility
1312
junitVersion=5.9.2
@@ -19,4 +18,4 @@ mockServerVersion=5.15.0
1918
kotlinxCliVersion=0.3.2
2019

2120
# JVM
22-
crtJavaVersion=0.21.7
21+
crtJavaVersion=0.21.7

0 commit comments

Comments
 (0)