From 62899b9f26362a241ee0d0ac0af7e7c071da6f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:16:44 +0000 Subject: [PATCH] Bump me.shedaniel:RoughlyEnoughItems-api from 17.0.790 to 17.0.792 Bumps me.shedaniel:RoughlyEnoughItems-api from 17.0.790 to 17.0.792. --- updated-dependencies: - dependency-name: me.shedaniel:RoughlyEnoughItems-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 1f2f16a7..ba043f1f 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -7,7 +7,7 @@ dependencies { implementation("com.electronwill.night-config:toml:3.8.1") - modCompileOnly("me.shedaniel:RoughlyEnoughItems-api:17.0.790") + modCompileOnly("me.shedaniel:RoughlyEnoughItems-api:17.0.792") modCompileOnly("mezz.jei:jei-1.21.1-common-api:19.21.0.247") modCompileOnly("dev.emi:emi-xplat-intermediary:1.1.16+1.21.1") // Unfortunately, although the API does what I need, it does in a way that's wholly different from the other recipe viewers }