Skip to content

Commit

Permalink
Fix json assertions artifact coordinate in docs (#3968)
Browse files Browse the repository at this point in the history
https://mvnrepository.com/artifact/io.kotest/kotest-assertions-json, the
other one apparently never existed (according to mvnrepository).

Fix #3898 cc @jlous
  • Loading branch information
TWiStErRob committed Apr 11, 2024
1 parent 92091b8 commit b612160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/assertions/json/overview.md
Expand Up @@ -4,7 +4,7 @@ slug: json-overview.html
sidebar_label: Overview
---

To use these matchers add `testImplementation("io.kotest.extensions:kotest-assertions-json:<version>")` to your build.
To use these matchers add `testImplementation("io.kotest:kotest-assertions-json:<version>")` to your build.

## Basic matchers

Expand Down
Expand Up @@ -4,7 +4,7 @@ slug: json-overview.html
sidebar_label: Overview
---

To use these matchers add `testImplementation("io.kotest.extensions:kotest-assertions-json:<version>")` to your build.
To use these matchers add `testImplementation("io.kotest:kotest-assertions-json:<version>")` to your build.

## Basic matchers

Expand Down

0 comments on commit b612160

Please sign in to comment.