From 35a8e1507d78394b5be3f4435e7d26a13f94b78f Mon Sep 17 00:00:00 2001 From: basaigh <53559772+basaigh@users.noreply.github.com> Date: Sun, 27 Aug 2023 22:41:14 +0300 Subject: [PATCH] Bump MCPL to fix issues (#4086) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cbceb3e7e..af106d29e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ protocol = "3.0.0.Beta1-20230718.000033-102" protocol-connection = "3.0.0.Beta1-20230718.000033-101" raknet = "1.0.0.CR1-20230703.195238-9" mcauthlib = "d9d773e" -mcprotocollib = "1.20-1-20230607.135651-6" # Temporary hack - needs to be updated to release once publishing is fixed +mcprotocollib = "1.20-2-20230827.192136-1" adventure = "4.14.0" adventure-platform = "4.3.0" junit = "5.9.2"