From 0608756bbd7cf95753ee4dddbb714acea8c6c30e Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sun, 23 Feb 2025 13:18:06 -0800 Subject: [PATCH] Update Launchable incremental (#4542) --- prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prep.sh b/prep.sh index 5cd91ec32..e4270589d 100644 --- a/prep.sh +++ b/prep.sh @@ -38,7 +38,7 @@ for LINE in $LINEZ; do ${PROFILE:-} \ -DoverrideWar="../target/megawar-${LINE}.war" \ -DuseUpperBounds \ - -Dhpi-plugin.version=3.42-rc1409.669de6d1a_866 \ + -Dhpi-plugin.version=3.62-rc1681.2ef7cf8c1fe3 \ -DcommitHashes=target/commit-hashes.txt mv sample-plugin/target/commit-hashes.txt "target/commit-hashes-${LINE}.txt" fi