From f0ce04a7fc13195e895520096bda6b5845746c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:01:20 +0000 Subject: [PATCH] Bump com.modrinth.minotaur from 1.2.1 to 2.8.0 Bumps com.modrinth.minotaur from 1.2.1 to 2.8.0. --- 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..5602f45 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.8.0" } apply plugin: 'net.minecraftforge.gradle'