Skip to content

Commit c52c67e

Browse files
committed
upgrade JMonkeyEngine to v3.5.0-stable and Heart library to v7.2.0
1 parent b5ec986 commit c52c67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ext {
77
websiteUrl = 'https://github.com/stephengold/jme3-utilities'
88

99
// current versions of various libraries:
10-
heartVersion = '7.1.0'
10+
heartVersion = '7.2.0'
1111
jme3utilitiesniftyVersion = '0.9.24-SNAPSHOT'
1212
jme3utilitiesuiVersion = '0.9.6-SNAPSHOT'
1313
jme3utilitiesxVersion = '0.2.23-SNAPSHOT'
14-
jme3Version = '3.5.0-beta5'
14+
jme3Version = '3.5.0-stable'
1515
}
1616

1717
sourceCompatibility = '1.7'

0 commit comments

Comments
 (0)