From 78fa87711680e96ebf97dc0146e1de6cc55d4618 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Wed, 14 Oct 2020 11:25:03 +0300 Subject: [PATCH] Update README.md Fix #152 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24a7d7a4a..53de9f037 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ repositories{ } dependencies{ - api("scientifik:kmath-core:${kmathVersion}") - //api("scientifik:kmath-core-jvm:${kmathVersion}") for jvm-specific version + api("kscience.kmath:kmath-core:${kmathVersion}") + //api("scientifik:kmath-core:${kmathVersion}") for 0.1.3 and earlier } ```