fix simja version
This commit is contained in:
parent
65c6962544
commit
c940645e2e
@ -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
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user