Skip to content

Commit 619bd6a

Browse files
committed
Fixed the version reference to be maven compatible.
1 parent 3ffaf60 commit 619bd6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ configurations.compile {
4848
dependencies {
4949
// Pull in jme core for the math package for easy translation to/from JME
5050
// classes.
51-
compile "org.jmonkeyengine:jme3-core:3.1.+"
51+
compile "org.jmonkeyengine:jme3-core:[3.1,)"
5252
}
5353

5454

0 commit comments

Comments
 (0)