From 6760e05c9311f175403975180a9e2eaa09e860bb Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sun, 28 Jul 2024 12:28:14 -0700 Subject: [PATCH] Use cloud-minecraft snapshots for signed arguments fix --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 85152d002..94184827e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,8 +14,8 @@ runTask = "2.3.0" adventure = "4.17.0" cloud = "2.0.0-rc.2" -cloudMinecraft = "2.0.0-beta.9" -cloudModded = "2.0.0-beta.7" +cloudMinecraft = "2.0.0-SNAPSHOT" +cloudModded = "2.0.0-SNAPSHOT" cloudSponge = "2.0.0-SNAPSHOT" configurate = "4.2.0-SNAPSHOT" checkerQual = "3.44.0"