diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 98c6243a..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/) @@ -31,7 +29,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 |