Switch to mockk-jvm artifact.

Closes #1409
This commit is contained in:
Mark Paluch
2023-01-11 16:11:36 +01:00
parent 0387a4752d
commit 5ac154fa6b

View File

@@ -79,7 +79,7 @@
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<version>${mockk}</version>
<scope>test</scope>
</dependency>