Skip to content

Commit

Permalink
update the Heart library to v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 13, 2024
1 parent f81989a commit d84de0f
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 @@ -11,7 +11,7 @@ ext {
jmeTarget = '' // distinguish non-JME libraries built for specific JME releases

// module coordinates of external dependencies:
heartCoordinates = 'com.github.stephengold:Heart:8.8.0' + jmeTarget
heartCoordinates = 'com.github.stephengold:Heart:9.0.0' + jmeTarget

// current versions of libraries:
jme3Version = '3.6.1-stable'
Expand Down

0 comments on commit d84de0f

Please sign in to comment.