0.3.0-dev-2 #244

Merged
altavir merged 48 commits from dev into master 2021-03-15 19:52:27 +03:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 72affcf09b - Show all commits

View File

@ -256,8 +256,8 @@ repositories {
} }
dependencies { dependencies {
api("kscience.kmath:kmath-core:0.2.0") api("kscience.kmath:kmath-core:() -> kotlin.Any")
// api("kscience.kmath:kmath-core-jvm:0.2.0") for jvm-specific version // api("kscience.kmath:kmath-core-jvm:() -> kotlin.Any") for jvm-specific version
} }
``` ```

View File

@ -7,7 +7,7 @@ pluginManagement {
maven("https://dl.bintray.com/kotlin/kotlinx") maven("https://dl.bintray.com/kotlin/kotlinx")
} }
val toolsVersion = "0.8.0" val toolsVersion = "0.8.1"
val kotlinVersion = "1.4.30" val kotlinVersion = "1.4.30"
plugins { plugins {