Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlinx.kover to v0.8.0
Browse files Browse the repository at this point in the history
| datasource | package                                                               | from  | to    |
| ---------- | --------------------------------------------------------------------- | ----- | ----- |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.6 | 0.8.0 |
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 429f7df commit 0b79a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.6" apply false
id("org.jetbrains.kotlinx.kover") version "0.8.0" apply false
id("com.diffplug.spotless") version "6.25.0" apply false
}

Expand Down

0 comments on commit 0b79a31

Please sign in to comment.