Skip to content

Commit

Permalink
upgrade Minie to v7.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Dec 9, 2023
1 parent efada85 commit 84caf17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
runtimeOnly 'org.jmonkeyengine:jme3-awt-dialogs:' + jmeVersion // JMonkeyEngine v3.6 only!

// Physics
implementation 'com.github.stephengold:Minie:7.7.0+big3'
implementation 'com.github.stephengold:Minie:7.8.1+big3'

// select one version of LWJGL
//runtimeOnly 'org.jmonkeyengine:jme3-lwjgl:' + jmeVersion // LWJGL 2.x
Expand All @@ -81,6 +81,9 @@ dependencies {
implementation 'com.simsilica:lemur-props:1.2.0'
implementation 'com.simsilica:lemur-proto:1.13.0'
runtimeOnly 'org.codehaus.groovy:groovy-jsr223:3.0.16'

// https://mvnrepository.com/artifact/junit/junit
testImplementation 'junit:junit:4.13.2'
}

// cleanup tasks
Expand Down

0 comments on commit 84caf17

Please sign in to comment.