Skip to content

Commit bd679f8

Browse files
Bump jvm from 2.1.21 to 2.2.0 in the prod-dependencies group
Bumps the prod-dependencies group with 1 update: [jvm](https://github.com/JetBrains/kotlin). Updates `jvm` from 2.1.21 to 2.2.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.0) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 179663f commit bd679f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22
import org.gradle.api.tasks.testing.logging.TestLogEvent
33

44
plugins {
5-
kotlin("jvm") version "2.1.21"
5+
kotlin("jvm") version "2.2.0"
66
id("org.jlleitschuh.gradle.ktlint") version "12.3.0"
77
id("org.jetbrains.kotlinx.kover") version "0.9.1"
88
}

0 commit comments

Comments
 (0)