Skip to content

Commit

Permalink
upgrade jme-ttf to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 9, 2021
1 parent d1ab89d commit d3eb372
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MavCommon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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+for33'

Expand Down
2 changes: 1 addition & 1 deletion MavLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
api 'org.jmonkeyengine:jme3-effects:' + jmonkeyengineVersion

// non-JME dependencies:
api 'com.atr:jme-ttf:' + jmeTtfVersion
api 'com.github.stephengold:jme-ttf:' + jmeTtfVersion
api 'com.github.stephengold:Heart:' + heartVersion
compileOnly 'com.github.stephengold:Minie:' + minieVersion
}
Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext {
// current versions of various libraries
garrettVersion = '0.1.2'
heartVersion = '6.4.3+for33'
jmeTtfVersion = '2.2.2'
jmeTtfVersion = '2.2.3'
jmonkeyengineVersion = '3.3.2-stable'
maVehiclesVersion = '0.6.1-SNAPSHOT'
minieVersion = '4.1.0+big3+for33'
Expand Down

0 comments on commit d3eb372

Please sign in to comment.