Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnlon authored Aug 1, 2023
1 parent a9ed13d commit a112a9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ apply plugin: 'java'
// OLD STYLE DEPENDENCY
// apply plugin: 'com.portingle.classpathHell'
// introduce some deliberate duplication
// introduce some deliberate BAD deps with dupes
dependencies {
implementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
implementation group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3'
Expand Down

0 comments on commit a112a9b

Please sign in to comment.