Skip to content

Commit

Permalink
update LWJGL to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 17, 2023
1 parent c46895e commit fd4d2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks.withType(JavaCompile) { // compile-time options:
}

ext {
lwjgl3Version = '3.3.2' // used in both the jme3-lwjgl3 and jme3-vr build scripts
lwjgl3Version = '3.3.3' // 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 fd4d2a1

Please sign in to comment.