Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx.kover from 0.8.0 to 0.8.1 (#919)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.8.0 to 0.8.1.
- [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.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx.kover
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 16, 2024
1 parent b9341fc commit 9a9bc50
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
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.9.24" apply false
id("org.jetbrains.kotlinx.kover") version "0.8.0" apply false
id("org.jetbrains.kotlinx.kover") version "0.8.1" apply false
}

val isReleaseBuild: Boolean
Expand Down

0 comments on commit 9a9bc50

Please sign in to comment.