Adopt to changed Mockk artifact name.

Closes #2405
This commit is contained in:
Mark Paluch
2022-09-12 10:26:44 +02:00
parent fe940adeba
commit 359d917a9e
2 changed files with 15 additions and 13 deletions

View File

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