Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx.kover from 0.9.0 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.9.0 to 0.9.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.9.0...v0.9.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]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 3cae175 commit 7b648bd
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 @@ -10,7 +10,7 @@ plugins {
// Java support
id("java")
// JaCoCo report support
id("org.jetbrains.kotlinx.kover") version "0.9.0"
id("org.jetbrains.kotlinx.kover") version "0.9.1"
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "2.1.0"
// intellij-platform-gradle-plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
Expand Down

0 comments on commit 7b648bd

Please sign in to comment.