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

This commit is contained in:
Jakub Chrzanowski
2023-07-07 16:26:02 +02:00
committed by Jakub Chrzanowski
parent 6ef00cb57d
commit 250c96b122
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ kotlin = "1.9.0"
changelog = "2.1.1"
gradleIntelliJPlugin = "1.15.0"
qodana = "0.1.13"
kover = "0.7.1"
kover = "0.7.2"
[libraries]
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }