From 1bcd6ff4054d9f0c8139e061334e2fd5c21f58de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:02:03 +0000 Subject: [PATCH 1/2] Update dependency maven.modrinth:the-rettington-companion to v2.4.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8561b0e5..fb7c02fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation("org.atteo.classindex:classindex:3.13") annotationProcessor("org.atteo.classindex:classindex:3.13") - compileOnly("maven.modrinth:the-rettington-companion:2.3.1") + compileOnly("maven.modrinth:the-rettington-companion:2.4.0") } tasks.processResources { From 3d86bc025ae86d72e5208821c3b60c2acc9b44e5 Mon Sep 17 00:00:00 2001 From: RettichLP Date: Wed, 19 Aug 2026 00:04:13 +0200 Subject: [PATCH 2/2] Update required dependency version for TheRettingtonCompanion to >=2.4.0 --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 81ffc13d..3d24700a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -42,7 +42,7 @@ "fabric-api": "*", "the-rettington-companion": [ "0.0.0", - ">=2.2.0" + ">=2.4.0" ] }, "recommends": {