Skip to content

Commit 2c53f78

Browse files
chore(deps): bump org.jetbrains.kotlinx.kover from 0.7.2 to 0.7.3
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.2 to 0.7.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.7.2...v0.7.3) --- 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>
1 parent 2762d41 commit 2c53f78

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
// Gradle Qodana Plugin
1616
id("org.jetbrains.qodana") version "0.1.13"
1717
// Gradle Kover Plugin
18-
id("org.jetbrains.kotlinx.kover") version "0.7.2"
18+
id("org.jetbrains.kotlinx.kover") version "0.7.3"
1919
}
2020

2121
group = properties("pluginGroup")

0 commit comments

Comments
 (0)