We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ffaf60 commit 619bd6aCopy full SHA for 619bd6a
1 file changed
build.gradle
@@ -48,7 +48,7 @@ configurations.compile {
48
dependencies {
49
// Pull in jme core for the math package for easy translation to/from JME
50
// classes.
51
- compile "org.jmonkeyengine:jme3-core:3.1.+"
+ compile "org.jmonkeyengine:jme3-core:[3.1,)"
52
}
53
54
0 commit comments