9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-30 20:39:21 +00:00
Dreeam
2025-12-10 08:03:56 -05:00
parent 4c79df5b94
commit 6144a9ae91

View File

@@ -18,7 +18,7 @@
val apiAndDocs: Configuration by configurations.creating {
attributes {
@@ -41,16 +_,25 @@
@@ -41,16 +_,24 @@
dependencies {
// api dependencies are listed transitively to API consumers
@@ -30,8 +30,7 @@
+ // TODO: See https://github.com/google/gson/commit/6c2e3db7d25ceceabe056aeb8b65477fdd509214
api("com.google.code.gson:gson:2.11.0")
- api("org.yaml:snakeyaml:2.2")
+ // TODO: 2.4, moved location of `org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder`
+ api("org.yaml:snakeyaml:2.3")
+ api("org.yaml:snakeyaml:2.5")
+ // Leaf end - Bump Dependencies
api("org.joml:joml:1.10.8") {
isTransitive = false // https://github.com/JOML-CI/JOML/issues/352