From 45981bb9f941002ff6d8be0268253dfc22174187 Mon Sep 17 00:00:00 2001 From: abintrd Date: Tue, 30 May 2023 13:40:14 +0200 Subject: [PATCH] Use `mockk-jvm` instead of `mockk`. Refer https://github.com/mockk/mockk/issues/891 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 57c0c1b..5bb8971 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ io.mockk - mockk + mockk-jvm ${mockk.version} test