Polishing.

Use correct Mockk artifacts.

See #809
This commit is contained in:
Mark Paluch
2023-01-10 15:23:39 +01:00
parent b6a464d6d7
commit c3a6152110

View File

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