You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are not meant to use hamcrest-junit by itself. The intended use is to allow JUnit to be used with the latest versions of Hamcrest. So, in your project, depend on the latest JUnit excluding transitive dependencies on Hamcrest, and depend on Hamcrest JUnit.
This makes dependency management in client code easier.
The text was updated successfully, but these errors were encountered: