9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

final 1.21.10 upstream update

This commit is contained in:
NONPLAYT
2025-12-11 16:52:07 +03:00
parent 2ad6acb684
commit bd1acbc1ab
6 changed files with 8 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
+ api("com.google.guava:guava:33.4.0-jre") // DivineMC - Bump dependencies
api("com.google.code.gson:gson:2.11.0")
- api("org.yaml:snakeyaml:2.2")
+ api("org.yaml:snakeyaml:2.3") // DivineMC - Bump dependencies
+ api("org.yaml:snakeyaml:2.5") // DivineMC - Bump dependencies
api("org.joml:joml:1.10.8") {
isTransitive = false // https://github.com/JOML-CI/JOML/issues/352
}