From 36802d782b19045d23d1eb0b84af438b5b56196e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:33:39 +0000 Subject: [PATCH] Bump dev.emi:emi-xplat-intermediary from 1.1.16+1.21.1 to 1.1.9+1.21 Bumps dev.emi:emi-xplat-intermediary from 1.1.16+1.21.1 to 1.1.9+1.21. --- updated-dependencies: - dependency-name: dev.emi:emi-xplat-intermediary 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..a4e30837 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -9,7 +9,7 @@ dependencies { modCompileOnly("me.shedaniel:RoughlyEnoughItems-api:17.0.790") 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 + modCompileOnly("dev.emi:emi-xplat-intermediary:1.1.9+") // Unfortunately, although the API does what I need, it does in a way that's wholly different from the other recipe viewers } architectury {