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

This commit is contained in:
Jakub Chrzanowski
2024-05-30 09:15:57 +02:00
parent ff98e23df8
commit 07ed8ab11e
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ kotlin = "2.0.0"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.3"
qodana = "2024.1.5"
kover = "0.7.6"
kover = "0.8.0"
[libraries]
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }