Skip to content

Commit

Permalink
fix(deps): update dependency io.insert-koin:koin-test to v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 5, 2024
1 parent fddbc87 commit c2e544b
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:3.5.3")
testImplementation("io.insert-koin:koin-test:3.5.4")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
}

Expand Down

0 comments on commit c2e544b

Please sign in to comment.