Fixed libreforge

This commit is contained in:
Auxilor
2023-11-09 18:58:05 +00:00
parent 53c2fe9108
commit fe716f45a1

View File

@@ -47,7 +47,7 @@ allprojects {
compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.10'
compileOnly 'com.willfp:libreforge:4.33.0'
compileOnly 'com.willfp:libreforge:4.40.0'
}
tasks.withType(JavaCompile) {