We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 907c5e8 + 2110f60 commit 1850ae2Copy full SHA for 1850ae2
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Changed
5
+- `hamcrest-core` dependency replaced with `hamcrest`, by @HardNorth
6
7
## [0.0.12]
8
### Fixed
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
compileOnly 'commons-io:commons-io:2.18.0'
37
compileOnly('org.slf4j:slf4j-api:2.0.16')
38
39
- implementation 'org.hamcrest:hamcrest-core:2.2'
+ implementation 'org.hamcrest:hamcrest:2.2'
40
implementation('org.awaitility:awaitility:4.0.2') {
41
exclude group: 'org.hamcrest'
42
}
0 commit comments