We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e456fda + 61517e8 commit 5ae1fd6Copy full SHA for 5ae1fd6
build.gradle.kts
@@ -38,9 +38,9 @@ dependencies {
38
implementation("jakarta.annotation:jakarta.annotation-api:3.0.0")
39
40
//3d stuff
41
- implementation("org.jmonkeyengine:jme3-desktop:3.9.0-alpha4")
42
- implementation("org.jmonkeyengine:jme3-lwjgl3:3.9.0-alpha4")
43
- implementation("org.jmonkeyengine:jme3-core:3.9.0-alpha4")
+ implementation("org.jmonkeyengine:jme3-desktop:3.9.0-alpha5")
+ implementation("org.jmonkeyengine:jme3-lwjgl3:3.9.0-alpha5")
+ implementation("org.jmonkeyengine:jme3-core:3.9.0-alpha5")
44
45
// https://mvnrepository.com/artifact/org.codehaus.plexus/plexus-utils
46
implementation("org.codehaus.plexus:plexus-utils:4.0.2")
0 commit comments