Skip to content

Commit 23d721d

Browse files
committed
Removed comment about lib directory
1 parent 3ff8c34 commit 23d721d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ Extensions
1919

2020
For Hamcrest extension projects see the [hamcrest extensions page][].
2121

22-
Dependencies
23-
------------
24-
All libraries in the `lib` directory are used at build time, or are optional extras used for tighter integration with third party libraries.
25-
26-
ALL OF THE DEPENDENCIES ARE OPTIONAL.
27-
2822
Documentation
2923
-------------
3024
Documentation can be found on the [Hamcrest site](http://hamcrest.org).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ targetCompatibility=1.7
77

88
group = "org.hamcrest"
99
archivesBaseName = "java-hamcrest"
10-
version=7.0
10+
version=2.0
1111

1212

1313
repositories {

0 commit comments

Comments
 (0)