File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0.
44 */
55plugins {
6- kotlin(" jvm" ) version " 1.5.20 " apply false
6+ kotlin(" jvm" ) version " 1.5.30 " apply false
77 id(" org.jetbrains.dokka" )
88 id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1.0"
99}
Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 1.5.20 "
2+ kotlin(" jvm" ) version " 1.5.30 "
33}
44
55allprojects {
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ smithyGradleVersion=0.5.3
1616smithyKotlinVersion =0.4.1-SNAPSHOT
1717
1818# kotlin
19- kotlinVersion =1.5.20
19+ kotlinVersion =1.5.30
2020dokkaVersion =1.4.32
2121
2222# kotlin JVM
2323kotlinJVMTargetVersion =1.8
2424
2525# kotlin libraries
26- coroutinesVersion =1.5.0
26+ coroutinesVersion =1.5.1
2727atomicFuVersion =0.16.1
2828
2929# crt
@@ -32,5 +32,5 @@ crtKotlinVersion=0.4.1-SNAPSHOT
3232# testing/utility
3333junitVersion =5.6.2
3434ktlintVersion =0.40.0
35- kotestVersion =4.6.0
35+ kotestVersion =4.6.2
3636jacocoVersion =0.8.7
You can’t perform that action at this time.
0 commit comments