From 3fab343c2f475b5bebdfa25707dd6a7b17ee2a1a Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Tue, 13 Feb 2024 14:00:20 -0800 Subject: [PATCH] update the Heart library to v9.0.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index af7f31cb..6fb9a6c9 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { ext { // module coordinates of external dependencies: garrettCoordinates = 'com.github.stephengold:Garrett:0.5.3' - heartCoordinates = 'com.github.stephengold:Heart:8.8.0' + heartCoordinates = 'com.github.stephengold:Heart:9.0.0' jmePowerCoordinates = 'com.github.stephengold:JmePower:1.1.1' jmeTtfCoordinates = 'com.github.stephengold:jme-ttf:3.0.0' minieCoordinates = 'com.github.stephengold:Minie:7.8.1'