update build tools

This commit is contained in:
Alexander Nozik 2021-02-22 21:04:08 +03:00
parent bc9d8a3ed2
commit 72affcf09b
2 changed files with 3 additions and 3 deletions

View File

@ -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
}
```

View File

@ -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 {