From 2b6bf6950329055c0ab9d7f6eba220c1023948b3 Mon Sep 17 00:00:00 2001 From: Iaroslav Date: Fri, 3 Jul 2020 20:21:41 +0700 Subject: [PATCH 1/2] Add missing repositories --- kmath-ast/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kmath-ast/README.md b/kmath-ast/README.md index baeb60c39..a59688c8e 100644 --- a/kmath-ast/README.md +++ b/kmath-ast/README.md @@ -16,6 +16,7 @@ This subproject implements the following features: > repositories { > maven { url 'https://dl.bintray.com/mipt-npm/scientifik' } > maven { url 'https://dl.bintray.com/mipt-npm/dev' } +> maven { url https://dl.bintray.com/hotkeytlt/maven' } > } > > dependencies { @@ -28,6 +29,7 @@ This subproject implements the following features: > repositories { > maven("https://dl.bintray.com/mipt-npm/scientifik") > maven("https://dl.bintray.com/mipt-npm/dev") +> maven("https://dl.bintray.com/hotkeytlt/maven") > } > > dependencies { From 10e3c4965125f3238f0335e9c32d2d074d533802 Mon Sep 17 00:00:00 2001 From: breandan Date: Sun, 26 Jul 2020 17:03:22 -0400 Subject: [PATCH 2/2] fix bintray-dev link URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08600113d..a081ceedd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Bintray: [ ![Download](https://api.bintray.com/packages/mipt-npm/scientifik/kmath-core/images/download.svg) ](https://bintray.com/mipt-npm/scientifik/kmath-core/_latestVersion) -Bintray-dev: [ ![Download](https://api.bintray.com/packages/mipt-npm/dev/kmath-core/images/download.svg) ](https://bintray.com/mipt-npm/scientifik/kmath-core/_latestVersion) +Bintray-dev: [ ![Download](https://api.bintray.com/packages/mipt-npm/dev/kmath-core/images/download.svg) ](https://bintray.com/mipt-npm/dev/kmath-core/_latestVersion) # KMath Could be pronounced as `key-math`.