From fb87122ef9cc5dcc5dfd8d512e7fff186d938237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:52:08 +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 e17da94..055c712 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] minecraft = "1.21.1" -parchment = "2024.06.23" +parchment = "2024.07.28" neoforge = "21.1.8"