Adopt to changed Mockk artifact name.

Closes #1326
This commit is contained in:
Mark Paluch
2022-09-12 11:16:58 +02:00
parent bf356f561d
commit 3f1dab93e4
2 changed files with 2 additions and 2 deletions

View File

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

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>