9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2026-01-03 22:16:22 +00:00

Updated Upstream (Purpur)

Upstream has released updates that appear to apply and compile correctly

Purpur Changes:
PurpurMC/Purpur@7ed65d4 Updated Upstream (Paper & Pufferfish)
PurpurMC/Purpur@07dbb3d fix package issue in pufferfish patch
PurpurMC/Purpur@db86b6e Stored Bee API (#1343)
This commit is contained in:
NONPLAYT
2023-06-26 07:04:14 +03:00
parent 583d2b7e06
commit 807ac3441f
2 changed files with 4 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: NONPLAYT <76615486+NONPLAYT@users.noreply.github.com>
Date: Fri, 16 Jun 2023 01:19:29 +0300
Date: Mon, 26 Jun 2023 07:02:23 +0300
Subject: [PATCH] Bump Dependencies
diff --git a/build.gradle.kts b/build.gradle.kts
index 4c6248657ea8bd914d33c4ea997522317a681777..f7f4b235d2035013159be9291aa8afb531a83794 100644
index 8c68259134895f19fa337e47c9a96f4bd5ca1e4a..09d816c16a02cd9eb163eb6aa19ca7c5f1b722fd 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -24,13 +24,13 @@ dependencies {
@@ -35,13 +35,7 @@ index 4c6248657ea8bd914d33c4ea997522317a681777..f7f4b235d2035013159be9291aa8afb5
isTransitive = false
}
// Paper end
@@ -54,14 +54,14 @@ dependencies {
// Pufferfish start
implementation("org.yaml:snakeyaml:1.32")
- implementation ("me.carleslc.Simple-YAML:Simple-Yaml:1.8.4") {
+ implementation ("com.github.Carleslc:Simple-YAML:1.8.4") { // DivineMC - fix build issue
exclude(group="org.yaml", module="snakeyaml")
@@ -59,9 +59,9 @@ dependencies {
}
// Pufferfish end