We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
org.jetbrains.kotlinx.kover
0.9.5
1 parent fee3121 commit a53ee61Copy full SHA for a53ee61
2 files changed
CHANGELOG.md
@@ -10,6 +10,7 @@
10
- Set empty `versionPrefix` for changelog in Gradle build file.
11
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.11.0`
12
- Dependencies - upgrade `org.jetbrains.qodana` to `2025.3.1`
13
+- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.9.5`
14
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `v6`
15
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v6`
16
- GitHub Actions: Setup Java and Gradle actions for the `releaseDraft` build step
gradle/libs.versions.toml
@@ -7,7 +7,7 @@ opentest4j = "1.3.0"
7
changelog = "2.5.0"
8
intelliJPlatform = "2.11.0"
9
kotlin = "2.2.21"
-kover = "0.9.3"
+kover = "0.9.5"
qodana = "2025.3.1"
[libraries]
0 commit comments