Adopt to changed Mockk artifact name.

Closes #2687
This commit is contained in:
Mark Paluch
2022-09-12 10:10:34 +02:00
parent 3a486eba89
commit b902f230c9

View File

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