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

This commit is contained in:
Jakub Chrzanowski 2024-03-08 13:00:30 +01:00
parent 2504c560d8
commit b7f5f2afcd
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
### Changed
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.23`
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.6`
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`
- Gradle - cleanup the `jvmToolchain` setup

View File

@ -7,7 +7,7 @@ kotlin = "1.9.23"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.2"
qodana = "0.1.13"
kover = "0.7.5"
kover = "0.7.6"
[libraries]
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }