We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429f7df commit f71efbfCopy full SHA for f71efbf
build.gradle.kts
@@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
7
// Top-level build file where you can add configuration options common to all sub-projects/modules.
8
9
plugins {
10
- id("org.jetbrains.kotlinx.kover") version "0.7.6" apply false
+ id("org.jetbrains.kotlinx.kover") version "0.8.0" apply false
11
id("com.diffplug.spotless") version "6.25.0" apply false
12
}
13
buildSrc/src/main/kotlin/deps.kt
@@ -90,7 +90,7 @@ object deps {
90
91
92
93
- const val mockk = "io.mockk:mockk:1.13.10"
+ const val mockk = "io.mockk:mockk:1.13.11"
94
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
95
96
0 commit comments