Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx.kover from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.5.1 to 0.6.0.
- [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.5.1...v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2022
1 parent 62b9833 commit cdafd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.7.0'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.6.21'
id 'org.jetbrains.kotlinx.kover' version '0.5.1'
id 'org.jetbrains.kotlinx.kover' version '0.6.0'
id "org.jlleitschuh.gradle.ktlint" version "11.0.0"
id "io.gitlab.arturbosch.detekt" version "1.20.0"
}
Expand Down

0 comments on commit cdafd54

Please sign in to comment.