Skip to content

Commit

Permalink
Change dependency from mockk to mockk-jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
thammerl committed Sep 20, 2022
1 parent 257e7d6 commit ff60f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qloud-spring-boot-starter/pom.xml
Expand Up @@ -79,7 +79,7 @@
</dependency>
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<scope>test</scope>
<version>${mockk.version}</version>
</dependency>
Expand Down

0 comments on commit ff60f79

Please sign in to comment.