fix simja version

This commit is contained in:
Alexander Nozik 2023-06-06 17:43:38 +03:00
parent 65c6962544
commit c940645e2e
2 changed files with 4 additions and 3 deletions

View File

@ -12,5 +12,6 @@ org.gradle.jvmargs=-Xmx4096m
org.gradle.parallel=true
org.gradle.workers.max=4
toolsVersion=0.14.8-kotlin-1.9.0-Beta
#kscience.wasm.disabled=true
toolsVersion=0.14.9-kotlin-1.9.0-Beta
kotlin.experimental.tryK2=true
kscience.wasm.disabled=true

View File

@ -10,7 +10,7 @@ plugins {
description = "Symja integration module"
dependencies {
api("org.matheclipse:matheclipse-core:2.0.0-SNAPSHOT") {
api("org.matheclipse:matheclipse-core:2.0.0") {
// Incorrect transitive dependencies
exclude("org.apfloat", "apfloat")
exclude("org.hipparchus", "hipparchus-clustering")