Fix version of matheclipse-core.

This commit is contained in:
Gleb Minaev 2023-06-16 16:00:48 +03:00
parent 3e9d28be31
commit e00c2a4e2b

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")