Skip to content

Commit

Permalink
build.gradle: upgrade Minie to v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
capdevon committed Aug 8, 2024
1 parent 843548a commit 5c04909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {

dependencies {
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.commons:commons-lang3:3.15.0'

// jMonkeyEngine
implementation 'org.jmonkeyengine:jme3-core:' + jmeVersion
Expand All @@ -54,7 +54,7 @@ dependencies {
runtimeOnly 'org.jmonkeyengine:jme3-awt-dialogs:' + jmeVersion // JMonkeyEngine v3.6 only!

// Physics
implementation 'com.github.stephengold:Minie:8.0.0+big4'
implementation 'com.github.stephengold:Minie:8.1.0+big4'

// select one version of LWJGL
//runtimeOnly 'org.jmonkeyengine:jme3-lwjgl:' + jmeVersion // LWJGL 2.x
Expand Down

0 comments on commit 5c04909

Please sign in to comment.