Adopt to changed Mockk artifact name.

Closes #1304
This commit is contained in:
Mark Paluch
2022-09-12 10:21:00 +02:00
parent b0ebac9b44
commit 2149f7a85a

View File

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