Skip to content

Commit 1e613ce

Browse files
updated dependencies
1 parent 89f7bb6 commit 1e613ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ dependencies {
9191

9292
// Helper library
9393
// If you do not need Halplibe you can comment this line out or delete this line
94-
//modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
94+
modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
9595

96-
modImplementation files("lib/modmenu-bta-3.0.0.jar")
96+
modImplementation "ModMenu:ModMenu:2.0.3"
9797

9898
implementation "org.slf4j:slf4j-api:1.8.0-beta4"
9999
implementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0"

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
org.gradle.jvmargs=-Xmx2G
22

33
# BTA
4-
bta_version=1.7.7.1
4+
bta_version=7.1-pre1
55

66
# Loader
77
loader_version=0.14.19-babric.1-bta
88

99
# HalpLibe
10-
halplibe_version=2.7.0
10+
halplibe_version=3.0.0
1111

1212
# Mod
1313
mod_version=1.4.1-7.1

0 commit comments

Comments
 (0)