Skip to content

Commit 820f2fe

Browse files
authored
chore: kotlin 1.5.30, coroutine, kotest version bumps (#307)
1 parent feeed4e commit 820f2fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0.
44
*/
55
plugins {
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
}

examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "1.5.20"
2+
kotlin("jvm") version "1.5.30"
33
}
44

55
allprojects {

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ smithyGradleVersion=0.5.3
1616
smithyKotlinVersion=0.4.1-SNAPSHOT
1717

1818
# kotlin
19-
kotlinVersion=1.5.20
19+
kotlinVersion=1.5.30
2020
dokkaVersion=1.4.32
2121

2222
# kotlin JVM
2323
kotlinJVMTargetVersion=1.8
2424

2525
# kotlin libraries
26-
coroutinesVersion=1.5.0
26+
coroutinesVersion=1.5.1
2727
atomicFuVersion=0.16.1
2828

2929
# crt
@@ -32,5 +32,5 @@ crtKotlinVersion=0.4.1-SNAPSHOT
3232
# testing/utility
3333
junitVersion=5.6.2
3434
ktlintVersion=0.40.0
35-
kotestVersion=4.6.0
35+
kotestVersion=4.6.2
3636
jacocoVersion=0.8.7

0 commit comments

Comments
 (0)