Skip to content

Commit f143d47

Browse files
chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.1.0 (#12805)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin <[email protected]>
1 parent ca16c48 commit f143d47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

instrumentation/ktor/ktor-1.0/library/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ kotlin {
2727
compilerOptions {
2828
jvmTarget.set(JvmTarget.JVM_1_8)
2929
@Suppress("deprecation")
30-
languageVersion.set(KotlinVersion.KOTLIN_1_4)
30+
languageVersion.set(KotlinVersion.KOTLIN_1_6)
3131
}
3232
}
3333

instrumentation/ktor/ktor-2-common/library/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ kotlin {
1717
compilerOptions {
1818
jvmTarget.set(JvmTarget.JVM_1_8)
1919
@Suppress("deprecation")
20-
languageVersion.set(KotlinVersion.KOTLIN_1_4)
20+
languageVersion.set(KotlinVersion.KOTLIN_1_6)
2121
}
2222
}

instrumentation/ktor/ktor-common/library/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ kotlin {
1515
compilerOptions {
1616
jvmTarget.set(JvmTarget.JVM_1_8)
1717
@Suppress("deprecation")
18-
languageVersion.set(KotlinVersion.KOTLIN_1_4)
18+
languageVersion.set(KotlinVersion.KOTLIN_1_6)
1919
}
2020
}

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginManagement {
44
id("com.google.cloud.tools.jib") version "3.4.4"
55
id("com.gradle.plugin-publish") version "1.3.0"
66
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
7-
id("org.jetbrains.kotlin.jvm") version "2.0.21"
7+
id("org.jetbrains.kotlin.jvm") version "2.1.0"
88
id("org.xbib.gradle.plugin.jflex") version "3.0.2"
99
id("org.unbroken-dome.xjc") version "2.0.0"
1010
// See https://github.com/graalvm/native-build-tools/issues/626

0 commit comments

Comments
 (0)