Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                               | from    | to      |
| ---------- | --------------------------------------------------------------------- | ------- | ------- |
| maven      | io.mockk:mockk                                                        | 1.13.10 | 1.13.11 |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.6   | 0.8.0   |
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 429f7df commit f71efbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Top-level build file where you can add configuration options common to all sub-projects/modules.

plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.6" apply false
id("org.jetbrains.kotlinx.kover") version "0.8.0" apply false
id("com.diffplug.spotless") version "6.25.0" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ object deps {
}
}

const val mockk = "io.mockk:mockk:1.13.10"
const val mockk = "io.mockk:mockk:1.13.11"
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
}
}
Expand Down

0 comments on commit f71efbf

Please sign in to comment.