Skip to content

Commit 8b274b5

Browse files
Bump org.jetbrains.kotlinx.kover in the prod-dependencies group
Bumps the prod-dependencies group with 1 update: [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover). Updates `org.jetbrains.kotlinx.kover` from 0.9.2 to 0.9.3 - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](Kotlin/kotlinx-kover@v0.9.2...v0.9.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f44cb8 commit 8b274b5

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
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
44
plugins {
55
kotlin("jvm") version "2.2.20"
66
id("org.jlleitschuh.gradle.ktlint") version "12.3.0"
7-
id("org.jetbrains.kotlinx.kover") version "0.9.2"
7+
id("org.jetbrains.kotlinx.kover") version "0.9.3"
88
}
99

1010
group = "com.coditory.sample"

0 commit comments

Comments
 (0)