Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.9.5

This commit is contained in:
Jakub Chrzanowski 2026-02-03 13:44:44 +01:00
parent fee3121230
commit a53ee61258
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
- Set empty `versionPrefix` for changelog in Gradle build file. - Set empty `versionPrefix` for changelog in Gradle build file.
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.11.0` - Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.11.0`
- Dependencies - upgrade `org.jetbrains.qodana` to `2025.3.1` - Dependencies - upgrade `org.jetbrains.qodana` to `2025.3.1`
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.9.5`
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `v6` - Dependencies (GitHub Actions) - upgrade `actions/checkout` to `v6`
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v6` - Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `v6`
- GitHub Actions: Setup Java and Gradle actions for the `releaseDraft` build step - GitHub Actions: Setup Java and Gradle actions for the `releaseDraft` build step

View File

@ -7,7 +7,7 @@ opentest4j = "1.3.0"
changelog = "2.5.0" changelog = "2.5.0"
intelliJPlatform = "2.11.0" intelliJPlatform = "2.11.0"
kotlin = "2.2.21" kotlin = "2.2.21"
kover = "0.9.3" kover = "0.9.5"
qodana = "2025.3.1" qodana = "2025.3.1"
[libraries] [libraries]