Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Downgrade mockk 1.12.6 -> 1.12.5 because of mockk/mockk#884
Browse files Browse the repository at this point in the history
  • Loading branch information
pjwalstrom committed Aug 23, 2022
1 parent 9793191 commit fdefb5b
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 @@ -4,7 +4,7 @@ val kotlinxSerializationVersion = "1.3.3"
val graphqlKotlinVersion = "5.3.1"
val kotestVersion = "5.4.2"
val jacksonVersion = "2.13.3"
val mockkVersion = "1.12.6"
val mockkVersion = "1.12.5"

plugins {
application
Expand Down

0 comments on commit fdefb5b

Please sign in to comment.