diff --git a/README.md b/README.md index a06aeb4..4da6b09 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Second, add the isolation-forest dependency to the module-level build.gradle fil ``` dependencies { - compile 'com.linkedin.isolation-forest:isolation-forest_2.11:0.3.0' + compile 'com.linkedin.isolation-forest:isolation-forest_2.3.0_2.11:0.3.2' } ``` @@ -115,8 +115,8 @@ Second, declare the isolation-forest dependency in your project's pom.xml file. ``` com.linkedin.isolation-forest - isolation-forest_2.11 - 0.3.0 + isolation-forest_2.3.0_2.11 + 0.3.2 ```