Skip to content

Commit 352076f

Browse files
Bump org.jetbrains.kotlinx.kover from 0.9.6 to 0.9.7
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.9.6 to 0.9.7. - [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.6...v0.9.7) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 274dcdf commit 352076f

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
@@ -15,7 +15,7 @@ plugins {
1515
kotlin("jvm") version kotlinVersion apply false
1616
kotlin("plugin.serialization") version kotlinVersion apply false
1717
id("org.jlleitschuh.gradle.ktlint") version "14.0.1"
18-
id("org.jetbrains.kotlinx.kover") version "0.9.6"
18+
id("org.jetbrains.kotlinx.kover") version "0.9.7"
1919
id("org.jetbrains.dokka") version "2.1.0"
2020
id("org.cyclonedx.bom") version "3.1.0" apply false
2121
id("net.researchgate.release") version "3.1.0"

0 commit comments

Comments
 (0)