typelevel / munit-cats-effect

Integration library for MUnit & cats-effect
Apache License 2.0
149 stars 34 forks source link

Fix incorrect library dependency in documentation #363

Closed ChidiRnweke closed 3 months ago

ChidiRnweke commented 4 months ago

The documentation page currently lists a library dependency that points to a nonexistent Maven directory.

This commit corrects the dependency to match the version specified in the README.md file, with the addition of "@version@" to ensure it stays up to date.

This proposed change ensures users can correctly add the dependency to their projects.