Bump org.jetbrains.kotlinx.kover from 0.6.0 to 0.6.1

Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/Kotlin/kotlinx-kover/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.6.0...v0.6.1)

---
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>
pull/308/head
dependabot[bot] 2 years ago committed by Jakub Chrzanowski
parent df187fd6c7
commit ec664e2aaa
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

@ -14,7 +14,7 @@ plugins {
// Gradle Qodana Plugin
id("org.jetbrains.qodana") version "0.1.13"
// Gradle Kover Plugin
id("org.jetbrains.kotlinx.kover") version "0.6.0"
id("org.jetbrains.kotlinx.kover") version "0.6.1"
}
group = properties("pluginGroup")

Loading…
Cancel
Save