Skip to content

Commit 8a933e6

Browse files
authored
chore: Bump Kotlin and Dokka versions to latest release (#360)
1 parent 2025c96 commit 8a933e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.util.Properties
66

77
plugins {
8-
kotlin("jvm") version "1.5.30" apply false
8+
kotlin("jvm") version "1.5.31" apply false
99
id("org.jetbrains.dokka")
1010
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
1111
}

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.30"
2+
kotlin("jvm") version "1.5.31"
33
}
44

55
allprojects {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ smithyGradleVersion=0.5.3
1616
smithyKotlinVersion=0.5.2-SNAPSHOT
1717

1818
# kotlin
19-
kotlinVersion=1.5.30
20-
dokkaVersion=1.4.32
19+
kotlinVersion=1.5.31
20+
dokkaVersion=1.5.31
2121

2222
# kotlin JVM
2323
kotlinJVMTargetVersion=1.8

0 commit comments

Comments
 (0)