Skip to content

Commit 752158a

Browse files
Bump org.jetbrains.kotlinx.kover from 0.8.2 to 0.8.3
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.8.2 to 0.8.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.8.2...v0.8.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47fbf9a commit 752158a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kotlin-dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
1818
kotlin-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version.ref = "benchmark" }
1919
kotlin-allopen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" }
2020
kotest-multiplatform = { id = "io.kotest.multiplatform", version.ref = "kotest" }
21-
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.2" }
21+
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.3" }
2222
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
2323
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.1" }
2424
kotlin-binaryCompatibility = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.0" }

0 commit comments

Comments
 (0)