From 72affcf09b685f03142bb51f1c508895e796686e Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Mon, 22 Feb 2021 21:04:08 +0300 Subject: [PATCH] update build tools --- README.md | 4 ++-- settings.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e524e1cf3..e9cf64ea0 100644 --- a/README.md +++ b/README.md @@ -256,8 +256,8 @@ repositories { } dependencies { - api("kscience.kmath:kmath-core:0.2.0") - // api("kscience.kmath:kmath-core-jvm:0.2.0") for jvm-specific version + api("kscience.kmath:kmath-core:() -> kotlin.Any") + // api("kscience.kmath:kmath-core-jvm:() -> kotlin.Any") for jvm-specific version } ``` diff --git a/settings.gradle.kts b/settings.gradle.kts index ce6eb339a..cadbfd7ba 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,7 +7,7 @@ pluginManagement { maven("https://dl.bintray.com/kotlin/kotlinx") } - val toolsVersion = "0.8.0" + val toolsVersion = "0.8.1" val kotlinVersion = "1.4.30" plugins {