Skip to content

Commit 02739b5

Browse files
authored
chore: upgrade to Kotlin 1.7 (#642)
1 parent 9373384 commit 02739b5

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "ee4c3b7d-005d-4e1d-bd3e-dd460fb9a18f",
3+
"type": "misc",
4+
"description": "Upgrade Kotlin to 1.7",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#622"
7+
]
8+
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.net.URL
77
import java.time.Duration
88

99
plugins {
10-
kotlin("jvm") version "1.6.21" apply false
10+
kotlin("jvm") version "1.7.0" apply false
1111
id("org.jetbrains.dokka")
1212
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
1313
}

gradle.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ sdkVersion=0.16.5-SNAPSHOT
1212
smithyVersion=1.17.0
1313
smithyGradleVersion=0.5.3
1414
# smithy-kotlin codegen and runtime are versioned together
15-
smithyKotlinVersion=0.11.0
15+
smithyKotlinVersion=0.11.1-SNAPSHOT
1616

1717
# kotlin
18-
kotlinVersion=1.6.21
19-
dokkaVersion=1.6.21
18+
kotlinVersion=1.7.0
19+
dokkaVersion=1.7.0
2020

2121
# kotlin JVM
2222
kotlinJVMTargetVersion=1.8
2323

2424
# kotlin libraries
25-
coroutinesVersion=1.6.1
26-
atomicFuVersion=0.17.1
27-
kotlinxSerializationVersion=1.3.2
28-
ktorVersion=1.6.8
25+
coroutinesVersion=1.6.3
26+
atomicFuVersion=0.17.3
27+
kotlinxSerializationVersion=1.3.3
28+
ktorVersion=2.0.2
2929

3030
# testing/utility
3131
junitVersion=5.8.2
@@ -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)