We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43595c3 commit d27de8fCopy full SHA for d27de8f
build.gradle
@@ -24,7 +24,7 @@ compileTestJava {
24
options.compilerArgs += '-parameters'
25
}
26
27
-ext.jmeVersion = "upgrade_lwjgl3-SNAPSHOT"
+ext.jmeVersion = "3.3_branch-SNAPSHOT"
28
ext.jme3_xbuf_version = '0.9.1'
29
ext.lwjglVersion = "3.1.5"
30
ext.junitPlatformVersion = "1.0.0"
@@ -58,7 +58,7 @@ dependencies {
58
compile 'org.controlsfx:controlsfx:8.40.13'
59
60
compile 'com.github.JavaSaBr:RlibFX:4.1.3'
61
- compile 'com.github.JavaSaBr:RLib:6.6.0'
+ compile 'com.github.JavaSaBr:RLib:6.7.0'
62
compile 'com.github.JavaSaBr:JME3-JFX:1.7.1'
63
64
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
0 commit comments