libreforge-updater

This commit is contained in:
Auxilor
2022-05-20 18:26:40 +01:00
parent 89facd3173
commit d7fdfebb7d
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -38,11 +38,13 @@ allprojects {
shadowJar {
relocate('com.willfp.libreforge', 'com.willfp.boosters.libreforge')
relocate('org.joml', 'com.willfp.boosters.libreforge.joml')
}
dependencies {
compileOnly 'com.willfp:eco:6.35.1'
implementation 'com.willfp:libreforge:3.47.0'
implementation 'com.willfp:libreforge:3.48.0'
implementation 'org.joml:joml:1.10.4'
compileOnly 'org.jetbrains:annotations:23.0.0'