Switch to mockk-jvm artifact.

Closes #2652
This commit is contained in:
Mark Paluch
2023-01-11 16:16:07 +01:00
parent 74e6bfbcfc
commit a4b49a1489

View File

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