Skip to content

Commit

Permalink
Update dependency io.mockk:mockk-agent-jvm to v1.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 013be20 commit 04e813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/funcTest/resources/testProjects/mockk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
testImplementation "io.mockk:mockk:1.13.2"
testImplementation "io.mockk:mockk-agent-jvm:1.13.2"
testImplementation "io.mockk:mockk-agent-jvm:1.13.8"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.21"
}

Expand Down

0 comments on commit 04e813c

Please sign in to comment.