From 4d75a091e2215611a0dec88d29e6c3e041dd1923 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Sat, 25 Nov 2023 13:24:30 -0800 Subject: [PATCH] update the Heart library to v8.8.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ea4caebc..65b6d7c4 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.7.0' + heartCoordinates = 'com.github.stephengold:Heart:8.8.0' jmePowerCoordinates = 'com.github.stephengold:JmePower:1.1.1' jmeTtfCoordinates = 'com.github.stephengold:jme-ttf:3.0.0' minieCoordinates = 'com.github.stephengold:Minie:7.7.0'