Skip to content

Commit

Permalink
fix(deps): update dependency io.insert-koin:koin-test to v4.0.1 (#273)
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 Jan 17, 2025
1 parent bd17191 commit 2497b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation("ch.qos.logback:logback-classic:$logback_version")
testImplementation("io.ktor:ktor-server-tests-jvm:$ktor_version")
testImplementation("io.ktor:ktor-client-content-negotiation:$ktor_version")
testImplementation("io.insert-koin:koin-test:4.0.0")
testImplementation("io.insert-koin:koin-test:4.0.1")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
}

Expand Down

0 comments on commit 2497b04

Please sign in to comment.