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

This commit is contained in:
Jakub Chrzanowski
2024-06-19 17:29:26 +02:00
committed by Jakub Chrzanowski
parent a9e9c97c41
commit f3bc69268f
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ kotlin = "1.9.24"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.4"
qodana = "2024.1.5"
kover = "0.8.0"
kover = "0.8.1"
[libraries]
exampleLibrary = { group = "com.example", name = "exampleLibrary", version.ref = "exampleLibrary" }