From 1d0c8d300a18cdd423b01fc10145c694c74492f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 22:44:06 +0000 Subject: [PATCH] gradle(deps): bump meteordevelopment:orbit from 0.2.3 to 0.2.4 Bumps meteordevelopment:orbit from 0.2.3 to 0.2.4. --- updated-dependencies: - dependency-name: meteordevelopment:orbit dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba1ebbe..31695d7 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { modImplementation files("libs\\baritone-unoptimized-fabric-1.14.0-1.jar") modImplementation("meteordevelopment:meteor-client:${project.minecraft_version}-SNAPSHOT") implementation "org.meteordev:starscript:0.2.5" - implementation "meteordevelopment:orbit:0.2.3" + implementation "meteordevelopment:orbit:0.2.4" // Xaero's Mods modCompileOnly "maven.modrinth:xaeros-world-map:${project.xwm_fabric_version}" // Xaero's World Map