From 1a0386471c3d15eea5fc4eaec0ad1dcb291440a4 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Tue, 13 Feb 2024 13:45:57 -0800 Subject: [PATCH] update the Heart library to v9.0.0 --- common.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gradle b/common.gradle index 22971719..966363db 100644 --- a/common.gradle +++ b/common.gradle @@ -9,7 +9,7 @@ ext { // module coordinates of external dependencies: acorusCoordinates = 'com.github.stephengold:Acorus:1.1.1' - heartCoordinates = 'com.github.stephengold:Heart:8.8.0' + heartCoordinates = 'com.github.stephengold:Heart:9.0.0' // current versions of libraries: jme3utilitiesniftyVersion = '0.9.37-SNAPSHOT'