From 6605d812e9c0a354ddcc8e7e4f8dd82a45ff59ae Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 10 Jun 2023 22:36:20 +0200 Subject: [PATCH] Dependency Bump --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index d51e8da0..43a3ccf7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ archives_base_name=better-end # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api patchouli_version=1.19-73-FABRIC -bclib_version=3.0.2 +bclib_version=3.0.3 rei_version=11.0.597 emi_version=0.7.3+1.19.4 trinkets_version=3.6.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7bb804b5..6795abe9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -53,7 +53,7 @@ "bclib": "3.0.x" }, "breaks": { - "bclib": "<3.0.2" + "bclib": "<3.0.3" }, "suggests": { "byg": ">=2.0.0",