fix coordinates

This commit is contained in:
Alexander Nozik 2021-03-15 19:39:22 +03:00 committed by GitHub
parent 48ad773c9d
commit 913c12fb30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,8 +253,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("space.kscience.kmath:kmath-core:0.2.1")
// api("space.kscience.kmath:kmath-core-jvm:0.2.1") for jvm-specific version
}
```