1.1.1
·
28 commits
to main
since this release
[1.1.1] - 2022-06-17
Fixed:
- Fixed Hamcrest dependency to use
hamcrest-library
rather thanhamcrest-all
, because JUnit (which is commonly used in any unit test code that would also use Hamcrest) has a transitive dependency onhamcrest-library
and using both would result in duplication on the classpath.