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
2 changed files with 2 additions and 1 deletions

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" }