simple-tech

Minecraft: Better than Adventure! mod that adds simple blocks to automate tasks
git clone git://memoryshards.xyz/simple-tech.git
Log | Files | Refs | README | LICENSE

commit b54e7ad2d616a0cbca68e987fc315de1637dc330
parent 5a22cdf9962d1f32a1a56a04f594ae60e8387094
Author: Amb0s <ambos@disroot.org>
Date:   Sat, 27 Jan 2024 22:58:00 +0100

Bumped dependencies versions

Diffstat:
Mbuild.gradle | 5++---
Mgradle.properties | 2+-
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle @@ -85,14 +85,13 @@ dependencies { // If you do not need Halplibe you can comment this line out or delete this line modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}" - modImplementation "ModMenu:ModMenu:2.0.0" + modImplementation "ModMenu:ModMenu:2.0.3" implementation "org.slf4j:slf4j-api:1.8.0-beta4" implementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0" implementation 'com.google.guava:guava:30.0-jre' - implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9' - + implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' var log4jVersion = "2.20.0" implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}") implementation("org.apache.logging.log4j:log4j-api:${log4jVersion}") diff --git a/gradle.properties b/gradle.properties @@ -7,7 +7,7 @@ bta_version=7.1-pre1a loader_version=0.14.19-babric.3-bta # HalpLibe -halplibe_version=3.1.1 +halplibe_version=3.2.1 # Mod mod_version=0.3.0