From 502c8c5c67ece5d9ba10927642f6f94be2e8e937 Mon Sep 17 00:00:00 2001 From: Lai <57818076+wnbts@users.noreply.github.com> Date: Fri, 2 Oct 2020 18:23:56 -0700 Subject: [PATCH] upgrade rcf libaries (#239) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0b81ec30..8d122530 100644 --- a/build.gradle +++ b/build.gradle @@ -299,8 +299,8 @@ dependencies { compile group: 'com.yahoo.datasketches', name: 'sketches-core', version: '0.13.4' compile group: 'com.yahoo.datasketches', name: 'memory', version: '0.12.2' compile group: 'commons-lang', name: 'commons-lang', version: '2.6' - compile 'software.amazon.randomcutforest:randomcutforest-core:1.0-alpha' - compile 'software.amazon.randomcutforest:randomcutforest-serialization-json:1.0-alpha' + compile 'software.amazon.randomcutforest:randomcutforest-core:1.0' + compile 'software.amazon.randomcutforest:randomcutforest-serialization-json:1.0' compile "org.jacoco:org.jacoco.agent:0.8.5" compile ("org.jacoco:org.jacoco.ant:0.8.5") {