Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.7.1 + adjust Kover configuration

This commit is contained in:
Jakub Chrzanowski
2023-06-07 10:16:43 +02:00
committed by Jakub Chrzanowski
parent 454012e7ed
commit df1b15414a
3 changed files with 9 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ kotlin = "1.8.21"
changelog = "2.1.0"
gradleIntelliJPlugin = "1.14.1"
qodana = "0.1.13"
kover = "0.6.1"
kover = "0.7.1"
[libraries]
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }