From 165060df716fee95fdc9739d0a52a1a18b3e4da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:36:21 +0100 Subject: [PATCH] Bump net.raphimc.netminecraft:all from 3.0.1-SNAPSHOT to 3.0.1 (#327) Bumps [net.raphimc.netminecraft:all](https://github.com/RaphiMC/NetMinecraft) from 3.0.1-SNAPSHOT to 3.0.1. - [Release notes](https://github.com/RaphiMC/NetMinecraft/releases) - [Commits](https://github.com/RaphiMC/NetMinecraft/commits/v3.0.1) --- updated-dependencies: - dependency-name: net.raphimc.netminecraft:all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d1d4d63..5957bba 100644 --- a/build.gradle +++ b/build.gradle @@ -95,7 +95,7 @@ dependencies { exclude group: "com.google.code.gson", module: "gson" } include "net.lenni0451.commons:swing:1.6.1" - include("net.raphimc.netminecraft:all:3.0.1-SNAPSHOT") { + include("net.raphimc.netminecraft:all:3.0.1") { exclude group: "com.google.code.gson", module: "gson" } include("net.raphimc:MinecraftAuth:4.1.1") {