9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-30 20:39:21 +00:00

Revert toml version

This commit is contained in:
Dreeam
2024-08-28 17:15:52 -04:00
parent 5eec2e9f4b
commit cfdd5f1bea

View File

@@ -3,10 +3,8 @@ From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com>
Date: Fri, 28 Oct 2022 17:24:16 -0400
Subject: [PATCH] Bump Dependencies
TODO - Dreeam: Bump & test dependencies, impl new features?
diff --git a/build.gradle.kts b/build.gradle.kts
index e8963d72ffbfe1fe6cd5e0d55b06897b7ecac560..f09c49218be12bc36723bf90b0b9b68a65f5e8f4 100644
index e8963d72ffbfe1fe6cd5e0d55b06897b7ecac560..efb6c85e327898d29838bfb553a1cded4aa9d4d9 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -12,8 +12,10 @@ java {
@@ -37,7 +35,7 @@ index e8963d72ffbfe1fe6cd5e0d55b06897b7ecac560..f09c49218be12bc36723bf90b0b9b68a
// Paper - adventure
api("org.yaml:snakeyaml:2.2")
- api("org.joml:joml:1.10.5")
+ api("org.joml:joml:1.10.8") // Leaf - Bump Dependencies
+ api("org.joml:joml:1.10.5") // Leaf - Bump Dependencies // Dreeam TODO - Waiting update to 1.10.8, Dont bump
// Paper start
api("com.googlecode.json-simple:json-simple:1.1.1") {
isTransitive = false // includes junit