File tree Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import java.net.URL
77import java.time.Duration
88
99plugins {
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}
Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ sdkVersion=0.16.5-SNAPSHOT
1212smithyVersion =1.17.0
1313smithyGradleVersion =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
2222kotlinJVMTargetVersion =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
3131junitVersion =5.8.2
@@ -39,4 +39,4 @@ slf4jVersion=1.7.36
3939
4040# dokka config (values specified at build-time as needed)
4141smithyKotlinPackageListUrl =
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
You can’t perform that action at this time.
0 commit comments