Skip to content

Commit

Permalink
Fixed the version reference to be maven compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Feb 29, 2016
1 parent 3ffaf60 commit 619bd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ configurations.compile {
dependencies {
// Pull in jme core for the math package for easy translation to/from JME
// classes.
compile "org.jmonkeyengine:jme3-core:3.1.+"
compile "org.jmonkeyengine:jme3-core:[3.1,)"
}


Expand Down

0 comments on commit 619bd6a

Please sign in to comment.