Skip to content

Commit 5656fe4

Browse files
committed
common.gradle: upgrade jme3-lwjgl3 and jme3-vr to LWJGL v3.3.1
1 parent 28bf1c9 commit 5656fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.gradle

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

2525
ext {
26-
lwjgl3Version = '3.3.0' // used in both the jme3-lwjgl3 and jme3-vr build scripts
26+
lwjgl3Version = '3.3.1' // used in both the jme3-lwjgl3 and jme3-vr build scripts
2727
}
2828

2929
repositories {

0 commit comments

Comments
 (0)