Skip to content

Commit 621a4ab

Browse files
Ali-RSstephengold
authored andcommitted
Bump LWJGL3 version to '3.2.3' on jme3-vr as well
1 parent 981aa1d commit 621a4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jme3-vr/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if (!hasProperty('mainClass')) {
22
ext.mainClass = ''
33
}
44

5-
def lwjglVersion = '3.2.1'
5+
def lwjglVersion = '3.2.3'
66

77
sourceCompatibility = '1.8'
88

@@ -26,4 +26,4 @@ dependencies {
2626
runtime "org.lwjgl:lwjgl-openvr:${lwjglVersion}:natives-windows"
2727
runtime "org.lwjgl:lwjgl-openvr:${lwjglVersion}:natives-linux"
2828
runtime "org.lwjgl:lwjgl-openvr:${lwjglVersion}:natives-macos"
29-
}
29+
}

0 commit comments

Comments
 (0)