Skip to content

Commit

Permalink
Use mockk-jvm instead of mockk. Refer mockk/mockk#891
Browse files Browse the repository at this point in the history
  • Loading branch information
abintrd committed May 30, 2023
1 parent 21c5107 commit 45981bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -98,7 +98,7 @@
</dependency>
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<version>${mockk.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 45981bb

Please sign in to comment.