Skip to content

Commit

Permalink
build(deps): bump org.jetbrains.kotlinx.kover from 0.7.6 to 0.8.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.7.6 to 0.8.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.7.6...v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent 6b862ec commit edf2abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test-logger = { id = "com.adarshr.test-logger", version = "4.0.0" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
intellij = { id = "org.jetbrains.intellij", version = "1.17.3" }
openapi-generator = {id = "org.openapi.generator", version.ref = "openapi"}
kotlinx-kover = { id = "org.jetbrains.kotlinx.kover", version = "0.7.6" }
kotlinx-kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.0" }

[versions]
kotlin = "1.9.24"
Expand Down

0 comments on commit edf2abf

Please sign in to comment.