Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent 3404538 commit 538dc70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
`jacoco-report-aggregation`
`test-report-aggregation`
id("com.adarshr.test-logger") version "4.0.0"
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
}

subprojects {
Expand All @@ -19,12 +19,12 @@ subprojects {
}

dependencies {
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.0"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
}

dependencies {
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
}
Expand Down

0 comments on commit 538dc70

Please sign in to comment.