Skip to content

Commit

Permalink
Update all dependencies (#318)
Browse files Browse the repository at this point in the history
| datasource | package                                                               | from   | to     |
| ---------- | --------------------------------------------------------------------- | ------ | ------ |
| maven      | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin             | 0.18.0 | 0.18.1 |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.8.3  | 0.9.0  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent bd24ce5 commit a96ce8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ plugins {
id("com.vanniktech.maven.publish") version "0.30.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
id("org.jetbrains.dokka") version "2.0.0"
id("org.jetbrains.kotlinx.kover") version "0.8.3"
id("dev.drewhamilton.poko") version "0.18.0"
id("org.jetbrains.kotlinx.kover") version "0.9.0"
id("dev.drewhamilton.poko") version "0.18.1"
}

val coroutinesVersion = "1.9.0"
Expand Down

0 comments on commit a96ce8d

Please sign in to comment.