Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 167fc47

Browse files
Bump org.jetbrains.kotlinx.kover from 0.7.5 to 0.7.6 (#604)
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.5 to 0.7.6. - [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.7.5...v0.7.6) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 474f8a5 commit 167fc47

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
@@ -12,7 +12,7 @@ plugins {
1212
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
1313

1414
// Coverage
15-
id("org.jetbrains.kotlinx.kover") version "0.7.5"
15+
id("org.jetbrains.kotlinx.kover") version "0.7.6"
1616
}
1717

1818
// This is overridden by the maven release process

0 commit comments

Comments
 (0)