File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
7
7
// Top-level build file where you can add configuration options common to all sub-projects/modules.
8
8
9
9
plugins {
10
- id(" org.jetbrains.kotlinx.kover" ) version " 0.7.6 " apply false
10
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0 " apply false
11
11
id(" com.diffplug.spotless" ) version " 6.25.0" apply false
12
12
}
13
13
@@ -22,7 +22,7 @@ buildscript {
22
22
classpath(" com.android.tools.build:gradle:8.4.0" )
23
23
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
24
24
classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.25.0" )
25
- classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.2 " )
25
+ classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.3 " )
26
26
classpath(" com.github.ben-manes:gradle-versions-plugin:0.51.0" )
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ object deps {
90
90
}
91
91
}
92
92
93
- const val mockk = " io.mockk:mockk:1.13.10 "
93
+ const val mockk = " io.mockk:mockk:1.13.11 "
94
94
const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
95
95
}
96
96
}
You can’t perform that action at this time.
0 commit comments