Merge master to dev #239

Closed
CommanderTvis wants to merge 29 commits from commandertvis/merge-upstream into dev
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 {
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 {