9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-27 02:49:13 +00:00

Updated libreforge

This commit is contained in:
Auxilor
2022-01-12 12:53:19 +00:00
parent e9c8ad71a4
commit 2525da99b5
3 changed files with 15 additions and 41 deletions

View File

@@ -40,12 +40,11 @@ allprojects {
shadowJar {
relocate('com.willfp.libreforge', 'com.willfp.reforges.libreforge')
relocate('redempt.crunch', 'com.willfp.reforges.libreforge.crunch')
}
dependencies {
compileOnly 'com.willfp:eco:6.18.1'
implementation 'com.willfp:libreforge:2.18.1'
implementation 'com.willfp:libreforge:3.0.0'
compileOnly 'org.jetbrains:annotations:23.0.0'