* Upgrade LWJGL version to 2.9.2

This commit is contained in:
shadowislord 2015-01-23 22:30:04 -05:00
parent f33fb69803
commit 8e7eae01a7

View File

@ -5,5 +5,5 @@ if (!hasProperty('mainClass')) {
dependencies {
compile project(':jme3-core')
compile project(':jme3-desktop')
compile 'org.lwjgl.lwjgl:lwjgl:2.9.1'
compile 'org.lwjgl.lwjgl:lwjgl:2.9.2'
}