Skip to content

Commit

Permalink
update the LWJGL3 libraries from v3.3.1 to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 5, 2023
1 parent 15c906d commit 76ebd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gradle
Expand Up @@ -26,7 +26,7 @@ tasks.withType(JavaCompile) { // compile-time options:
}

ext {
lwjgl3Version = '3.3.1' // used in both the jme3-lwjgl3 and jme3-vr build scripts
lwjgl3Version = '3.3.2' // used in both the jme3-lwjgl3 and jme3-vr build scripts
niftyVersion = '1.4.3' // used in both the jme3-niftygui and jme3-examples build scripts
}

Expand Down

0 comments on commit 76ebd14

Please sign in to comment.