From 2ac315c83ba82c96e00e5dde439dcc232c2bef77 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:59:54 -0700 Subject: [PATCH] cloud beta 2 --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 30c030b9..78b5bf1a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,9 +8,9 @@ sponge-gradle = { id = "org.spongepowered.gradle.plugin", version = "2.2.0" } adventure = "4.15.0" adventurePagination = "4.0.0-SNAPSHOT" adventurePlatform = "4.3.2" -cloud = "2.0.0-SNAPSHOT" -cloudMinecraft = "2.0.0-beta.1" -cloudModded = "2.0.0-beta.1" +cloud = "2.0.0-beta.2" +cloudMinecraft = "2.0.0-beta.2" +cloudModded = "2.0.0-beta.2" cloudSponge = "2.0.0-SNAPSHOT" configurate = "4.1.2" typesafeConfig = "1.4.3"