Skip to content

Commit 0cab42a

Browse files
committed
Reduce mockk bump to prevent bug in spyk
1 parent aa3df90 commit 0cab42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mavenResolverApi = "1.9.23"
5454
mavenResolverProvider = "3.9.9"
5555
mockito = "5.2.0"
5656
mockitoAndroid = "3.4.0"
57-
mockk = "1.14.2" # Do not use 1.14.3 or above since it bumps kotlin to 2.1.x
57+
mockk = "1.14.0" # Do not use 1.14.2 or above due to a bug in spyK and bumps kotlin to 2.1.x
5858
playServicesCloudMessaging = "17.2.0"
5959
playServicesStats = "17.0.2"
6060
playServicesVision = "20.1.3"

0 commit comments

Comments
 (0)