Skip to content

Commit 623e1a7

Browse files
Update build.gradle
1 parent 86af656 commit 623e1a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,15 @@ dependencies {
8484
// If you do not need Halplibe you can comment this line out or delete this line
8585
modImplementation "bta-halplibe:halplibe:${project.halplibe_version}"
8686

87-
modImplementation "ModMenu:ModMenu:2.0.0"
87+
include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9")))
88+
89+
modImplementation "ModMenu:ModMenu:2.0.3"
8890

8991
implementation "org.slf4j:slf4j-api:1.8.0-beta4"
9092
implementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0"
9193

9294
implementation 'com.google.guava:guava:30.0-jre'
93-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
95+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
9496

9597
var log4jVersion = "2.20.0"
9698
implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}")

0 commit comments

Comments
 (0)