From 8f3c69e369a6fad8a9a8a926d72df8257b474286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 09:10:26 +0000 Subject: [PATCH] Bump com.modrinth.minotaur from 2.7.+ to 2.8.3 Bumps com.modrinth.minotaur from 2.7.+ to 2.8.3. --- updated-dependencies: - dependency-name: com.modrinth.minotaur dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ae9d3c8..11f3967 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { id("fabric-loom") version "1.2.+" id("io.github.juuxel.loom-quiltflower") version "1.10.+" - id("com.modrinth.minotaur") version "2.7.+" + id("com.modrinth.minotaur") version "2.8.+" id("me.hypherionmc.cursegradle") version "2.+" id("com.github.breadmoirai.github-release") version "2.+" `maven-publish`