Skip to content

Commit

Permalink
update JMonkeyEngine to v3.7.0-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 21, 2024
1 parent 9840551 commit ce7ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ java {
}

dependencies {
api("org.jmonkeyengine:jme3-core:3.6.1-stable")
api("org.jmonkeyengine:jme3-core:3.7.0-stable")
}

tasks.withType<JavaCompile>().all { // Java compile-time options:
Expand Down

0 comments on commit ce7ce2e

Please sign in to comment.