Skip to content

Commit 0b79a31

Browse files
chore(deps): update plugin org.jetbrains.kotlinx.kover to v0.8.0
| datasource | package | from | to | | ---------- | --------------------------------------------------------------------- | ----- | ----- | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.6 | 0.8.0 |
1 parent 429f7df commit 0b79a31

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
@@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
77
// Top-level build file where you can add configuration options common to all sub-projects/modules.
88

99
plugins {
10-
id("org.jetbrains.kotlinx.kover") version "0.7.6" apply false
10+
id("org.jetbrains.kotlinx.kover") version "0.8.0" apply false
1111
id("com.diffplug.spotless") version "6.25.0" apply false
1212
}
1313

0 commit comments

Comments
 (0)