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
77// Top-level build file where you can add configuration options common to all sub-projects/modules.
88
99plugins {
10- id(" org.jetbrains.kotlinx.kover" ) version " 0.7.6 " apply false
10+ id(" org.jetbrains.kotlinx.kover" ) version " 0.8.0 " apply false
1111 id(" com.diffplug.spotless" ) version " 6.25.0" apply false
1212}
1313
@@ -22,7 +22,7 @@ buildscript {
2222 classpath(" com.android.tools.build:gradle:8.4.0" )
2323 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
2424 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 " )
2626 classpath(" com.github.ben-manes:gradle-versions-plugin:0.51.0" )
2727 }
2828}
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ object deps {
9090 }
9191 }
9292
93- const val mockk = " io.mockk:mockk:1.13.10 "
93+ const val mockk = " io.mockk:mockk:1.13.11 "
9494 const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
9595 }
9696}
You can’t perform that action at this time.
0 commit comments