Skip to content

Commit 76ebd14

Browse files
committed
update the LWJGL3 libraries from v3.3.1 to v3.3.2
1 parent 15c906d commit 76ebd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tasks.withType(JavaCompile) { // compile-time options:
2626
}
2727

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

0 commit comments

Comments
 (0)