diff --git a/build.gradle b/build.gradle index bfb68cf6..b2642978 100644 --- a/build.gradle +++ b/build.gradle @@ -4,13 +4,13 @@ plugins { id 'eclipse' id 'maven-publish' id 'idea' -} - -ext { - jmonkeyengine_version = '3.6.1-stable' - license = file("$rootDir/license.txt") -} - +} + +ext { + jmonkeyengine_version = '3.7.0-stable' + license = file("$rootDir/license.txt") +} + allprojects { repositories { mavenLocal()