From e1346db932e8915890cbcf844e3dd06759b0ed8a Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Tue, 9 Jan 2024 13:03:04 -0500 Subject: Loom 1.5 & JGit 6.8.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 98c6243a..0b51e7a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ repoparser_version = 1.4.0 # Other Libraries ## JGit (https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit) -jgit_version = 6.7.0.202309050840-r +jgit_version = 6.8.0.202311291450-r ## Apache Commons Math (https://mvnrepository.com/artifact/org.apache.commons/commons-math3) commons_math_version = 3.6.1 -- cgit From ecce7cfee927125f6a299475c2691f87c1f2dafa Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:34:54 -0500 Subject: MixinExtrasify @Injects --- gradle.properties | 2 -- 1 file changed, 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 0b51e7a4..9a205109 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,8 +22,6 @@ rei_version = 13.0.666 emi_version = 1.0.22+1.20.2 # Minecraft and Related Libraries -## Better Inject (https://github.com/caoimhebyrne/BetterInject) -betterinject_version=0.1.3 ## Occlusion Culling (https://github.com/LogisticsCraft/OcclusionCulling) occlusionculling_version = 0.0.7-SNAPSHOT ## neu repoparser (https://repo.nea.moe/#/releases/moe/nea/neurepoparser/) -- cgit