Skip to content

Commit

Permalink
Use Symja 3.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Jan 11, 2024
1 parent b9a6640 commit 6246118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/symja-evaluator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ dependencies {

api project(':modules:common')

api 'com.google.guava:guava:32.1.3-android'
api('org.matheclipse:matheclipse-core:3.0.1-SNAPSHOT') {
api 'com.google.guava:guava:33.0.0-android'
api('org.matheclipse:matheclipse-core:3.1.0-SNAPSHOT') {
exclude group: 'com.google.guava', module: 'guava'
}
api('org.matheclipse:matheclipse-api:3.0.1-SNAPSHOT') {
api('org.matheclipse:matheclipse-api:3.1.0-SNAPSHOT') {
exclude group: 'org.matheclipse', module: 'matheclipse-core'
exclude group: 'org.matheclipse', module: 'matheclipse-gpl'
exclude group: 'org.matheclipse', module: 'matheclipse-io'
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library

0 comments on commit 6246118

Please sign in to comment.