From 77cc593fb63aec2ead7ee87b2ebd0336f8293cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 06:21:25 +0000 Subject: [PATCH] Build(deps): Bump org.parchmentmc.data:parchment-1.21 Bumps [org.parchmentmc.data:parchment-1.21](https://github.com/ParchmentMC/Parchment) from 2024.06.23 to 2024.07.28. - [Release notes](https://github.com/ParchmentMC/Parchment/releases) - [Commits](https://github.com/ParchmentMC/Parchment/compare/releases/1.21-2024.06.23...releases/1.21-2024.07.28) --- updated-dependencies: - dependency-name: org.parchmentmc.data:parchment-1.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 c2c9ee0..00f1f39 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] minecraft = "1.21" -parchment = "2024.06.23" +parchment = "2024.07.28" neoforge = "21.0.55-beta"