@@ -22,11 +22,11 @@ plugins {
2222 id " com.github.johnrengelman.shadow" version " 7.1.2"
2323}
2424
25- version ' 1.15.0 -1.19.2-1.21'
25+ version ' 1.15.1 -1.19.2-1.21.1 '
2626def apiVersion = ' 1.19'
2727def name = getRootProject(). getName() // Defined in settings.gradle
2828def main = ' com.volmit.adapt.Adapt'
29- def manifoldVersion = ' 2024.1.10 '
29+ def manifoldVersion = ' 2024.1.30 '
3030
3131// ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED
3232// ======================== WINDOWS =============================
@@ -141,7 +141,7 @@ allprojects {
141141 implementation " com.github.angeschossen:ChestProtectAPI:3.9.1"
142142 implementation " com.github.TechFortress:GriefPrevention:16.18.1"
143143 implementation ' xyz.xenondevs:particle:1.8.1'
144- implementation " com.frengor:ultimateadvancementapi-shadeable:2.4.0 "
144+ implementation " com.frengor:ultimateadvancementapi-shadeable:2.4.1 "
145145 compileOnly ' com.griefdefender:api:2.1.0-SNAPSHOT'
146146 compileOnly ' io.netty:netty-all:4.1.68.Final'
147147
@@ -179,7 +179,7 @@ shadowJar {
179179 include(dependency(' systems.manifold:' ))
180180 include(dependency(' xyz.xenondevs:' ))
181181 include(dependency(' art.arcane:' ))
182- include(dependency(' com.frengor:ultimateadvancementapi-shadeable:2.4.0 ' ))
182+ include(dependency(' com.frengor:ultimateadvancementapi-shadeable:' ))
183183 }
184184}
185185
@@ -221,7 +221,7 @@ dependencies {
221221 implementation " com.github.angeschossen:ChestProtectAPI:3.9.1"
222222 implementation " com.github.TechFortress:GriefPrevention:16.18.1"
223223 implementation ' xyz.xenondevs:particle:1.8.1'
224- implementation " com.frengor:ultimateadvancementapi-shadeable:2.4.0 "
224+ implementation " com.frengor:ultimateadvancementapi-shadeable:2.4.1 "
225225 compileOnly ' com.griefdefender:api:2.1.0-SNAPSHOT'
226226 compileOnly ' io.netty:netty-all:4.1.68.Final'
227227
0 commit comments