From e5200003870fdc06c694449bb1f8bb11ec0c746d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:03:58 +0000 Subject: [PATCH] Bump com.modrinth.minotaur from 1.2.1 to 2.7.5 Bumps com.modrinth.minotaur from 1.2.1 to 2.7.5. --- updated-dependencies: - dependency-name: com.modrinth.minotaur dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b18740..5c16775 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { plugins { id "maven-publish" id "com.matthewprenger.cursegradle" version "1.4.0" - id "com.modrinth.minotaur" version "1.2.1" + id "com.modrinth.minotaur" version "2.7.5" } apply plugin: 'net.minecraftforge.gradle'