From dd7be920ffaaa95c7c0262830b4b9dc62d2528ff Mon Sep 17 00:00:00 2001 From: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Date: Sat, 17 Aug 2024 05:34:28 -0700 Subject: [PATCH] Bumps Spacemandmm To Latest (#85730) We're down a version and it's BREAKING MY CI and I'm upset. (`animate(delay)` is not implemented) https://github.com/SpaceManiac/SpacemanDMM/releases/tag/suite-1.9 --- dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.sh b/dependencies.sh index 8fff303d2c7..f71148c8563 100644 --- a/dependencies.sh +++ b/dependencies.sh @@ -16,7 +16,7 @@ export NODE_VERSION_LTS=20.13.0 export NODE_VERSION_COMPAT=20.2.0 # SpacemanDMM git tag -export SPACEMAN_DMM_VERSION=suite-1.8 +export SPACEMAN_DMM_VERSION=suite-1.9 # Python version for mapmerge and other tools export PYTHON_VERSION=3.9.0