Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                                                                                 | from   | to     |
| ---------- | ----------------------------------------------------------------------------------------------------------------------- | ------ | ------ |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                                           | 1.9.0  | 1.10.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                                           | 1.9.0  | 1.10.0 |
| maven      | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.16.3 | 0.17.0 |
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent e31a8e2 commit 434c5c2
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 @@ -16,13 +16,13 @@ plugins {
id("com.diffplug.spotless") version "6.25.0"
id("maven-publish")
id("com.vanniktech.maven.publish") version "0.30.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.17.0"
id("org.jetbrains.dokka") version "2.0.0"
id("org.jetbrains.kotlinx.kover") version "0.9.0"
id("dev.drewhamilton.poko") version "0.18.1"
}

val coroutinesVersion = "1.9.0"
val coroutinesVersion = "1.10.0"
val ktlintVersion = "1.0.0"

repositories {
Expand Down

0 comments on commit 434c5c2

Please sign in to comment.