We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2025c96 commit 8a933e6Copy full SHA for 8a933e6
build.gradle.kts
@@ -5,7 +5,7 @@
5
import java.util.Properties
6
7
plugins {
8
- kotlin("jvm") version "1.5.30" apply false
+ kotlin("jvm") version "1.5.31" apply false
9
id("org.jetbrains.dokka")
10
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
11
}
examples/build.gradle.kts
@@ -1,5 +1,5 @@
1
2
- kotlin("jvm") version "1.5.30"
+ kotlin("jvm") version "1.5.31"
3
4
allprojects {
gradle.properties
@@ -16,8 +16,8 @@ smithyGradleVersion=0.5.3
16
smithyKotlinVersion=0.5.2-SNAPSHOT
17
18
# kotlin
19
-kotlinVersion=1.5.30
20
-dokkaVersion=1.4.32
+kotlinVersion=1.5.31
+dokkaVersion=1.5.31
21
22
# kotlin JVM
23
kotlinJVMTargetVersion=1.8
0 commit comments