Skip to content

Commit

Permalink
update the Acorus library to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 28, 2023
1 parent 5c5c0a0 commit 6cdfe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeartExamples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jar.manifest.attributes('Main-Class': 'jme3utilities.test.AppChooser')

dependencies {
implementation 'org.apache.commons:commons-exec:1.3'
implementation ('com.github.stephengold:Acorus:1.1.0') {
implementation ('com.github.stephengold:Acorus:1.1.1') {
exclude group: 'com.github.stephengold', module: 'Heart'
}
runtimeOnly 'org.jmonkeyengine:jme3-desktop:' + jme3Version
Expand Down

0 comments on commit 6cdfe7b

Please sign in to comment.