diff --git a/README.md b/README.md index 138d9b5..4a720dc 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ you need to configure JitPack's Maven repository to fetch artifacts (dependencie com.github.vbauer jconditions - 1.2.1 + 1.2.2 ``` @@ -96,7 +96,7 @@ repositories { } dependencies { - testCompile 'com.github.vbauer:jconditions:1.2.1' + testCompile 'com.github.vbauer:jconditions:1.2.2' } ```