Skip to content

Commit

Permalink
Drop assertj dependency from kotest
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Sep 14, 2023
1 parent 90cc339 commit 16c47ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-unit-kotest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependencies>
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<artifactId>json-unit-core</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down

0 comments on commit 16c47ee

Please sign in to comment.