aboutsummaryrefslogtreecommitdiff
path: root/fabric
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2024-09-17 22:11:26 +0800
committershedaniel <daniel@shedaniel.me>2024-09-17 22:11:26 +0800
commit15a46dc3a91cf3f8fdb7a1ddf382ce05bfcf742e (patch)
tree9aa76cd5e10ae783a878b14d28c29b68936ff1e5 /fabric
parented9454b4d82fbfc4e7b80369cc0c9ba5b6bc23d6 (diff)
downloadRoughlyEnoughItems-15a46dc3a91cf3f8fdb7a1ddf382ce05bfcf742e.tar.gz
RoughlyEnoughItems-15a46dc3a91cf3f8fdb7a1ddf382ce05bfcf742e.tar.bz2
RoughlyEnoughItems-15a46dc3a91cf3f8fdb7a1ddf382ce05bfcf742e.zip
Fixes #1724
Diffstat (limited to 'fabric')
-rw-r--r--fabric/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/fabric/build.gradle b/fabric/build.gradle
index 496ea21d4..268eb8ed7 100644
--- a/fabric/build.gradle
+++ b/fabric/build.gradle
@@ -35,8 +35,8 @@ dependencies {
}
//modRuntime("com.terraformersmc:modmenu:${modmenu_version}") { transitive false }
modApi("dev.architectury:architectury-fabric:${architectury_version}")
- modApi("me.shedaniel:error-notifier-fabric:1.0.9")
- include("me.shedaniel:error-notifier-fabric:1.0.9")
+ modApi("me.shedaniel:error-notifier-fabric:1.0.11")
+ include("me.shedaniel:error-notifier-fabric:1.0.11")
depProjects.forEach {
common(project(path: it, configuration: "namedElements")) { transitive false }