Skip to content

Commit aceae3e

Browse files
Update plugin org.jetbrains.kotlin.jvm to v2.2.0 (#575)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03a10fb commit aceae3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

junit-jupiter-starter-gradle-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_1_8
22
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
plugins {
5-
kotlin("jvm") version "2.1.21"
5+
kotlin("jvm") version "2.2.0"
66
}
77

88
repositories {

junit-multiple-engines/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
groovy
77
eclipse // optional (to generate Eclipse project files)
88
idea // optional (to generate IntelliJ IDEA project files)
9-
kotlin("jvm") version "2.1.21"
9+
kotlin("jvm") version "2.2.0"
1010
}
1111

1212
repositories {

0 commit comments

Comments
 (0)