Skip to content

Commit

Permalink
update library dependencies (for JME v3.4.0-stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 9, 2021
1 parent ece3260 commit ae87a00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MavCommon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = 'a tech demo for jMonkeyEngine vehicles'
dependencies {
implementation 'org.jmonkeyengine:jme3-desktop:' + jmonkeyengineVersion
implementation 'com.github.stephengold:Minie:' + minieVersion
implementation 'com.github.stephengold:SkyControl:0.9.31+for34'
implementation 'com.github.stephengold:SkyControl:0.9.32'

implementation project(':MavLibrary')
//compileOnly 'com.github.stephengold:MaVehicles:' + maVehiclesVersion
Expand Down
4 changes: 2 additions & 2 deletions MavDemo1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ dependencies {
runtimeOnly 'org.jmonkeyengine:jme3-jogg:' + jmonkeyengineVersion
runtimeOnly 'org.jmonkeyengine:jme3-lwjgl3:' + jmonkeyengineVersion

// Jme-vehicles doesn't use jme3-plugins
// MavDemo1 doesn't use jme3-plugins
// -- it is added solely to avoid warnings from AssetConfig
runtimeOnly 'org.jmonkeyengine:jme3-plugins:' + jmonkeyengineVersion

// non-JME dependencies:
implementation 'com.github.stephengold:Garrett:' + garrettVersion
implementation 'com.github.stephengold:LemurPower:0.4.1'
implementation 'com.github.stephengold:LemurPower:0.4.2'
implementation 'com.github.stephengold:Minie:' + minieVersion
implementation 'com.simsilica:lemur-props:1.1.1'
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
Expand Down
10 changes: 5 additions & 5 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ gradle.projectsEvaluated {

ext {
// current versions of various libraries
garrettVersion = '0.1.2'
heartVersion = '6.4.3+for34'
jmeTtfVersion = '2.2.3+for34'
jmonkeyengineVersion = '3.4.0-beta4'
garrettVersion = '0.1.3'
heartVersion = '6.4.4'
jmeTtfVersion = '2.2.4'
jmonkeyengineVersion = '3.4.0-stable'
maVehiclesVersion = '0.6.2+for34-SNAPSHOT'
minieVersion = '4.1.0+big3+for34'
minieVersion = '4.1.1+big3'
}

repositories {
Expand Down

0 comments on commit ae87a00

Please sign in to comment.