Skip to content

Commit

Permalink
latest Minie release is v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Feb 20, 2024
1 parent 84caf17 commit b7f9707
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 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.8.1+big3'
implementation 'com.github.stephengold:Minie:8.0.0+big4'

// select one version of LWJGL
//runtimeOnly 'org.jmonkeyengine:jme3-lwjgl:' + jmeVersion // LWJGL 2.x
Expand All @@ -81,9 +81,6 @@ 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 b7f9707

Please sign in to comment.