From ac996f030d73e41ec32a7d3a571f47ebfcd9e718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:16:24 +0000 Subject: [PATCH] Bump net.raphimc:NoteBlockLib from 2.1.2-SNAPSHOT to 2.1.3 Bumps [net.raphimc:NoteBlockLib](https://github.com/RaphiMC/NoteBlockLib) from 2.1.2-SNAPSHOT to 2.1.3. - [Release notes](https://github.com/RaphiMC/NoteBlockLib/releases) - [Commits](https://github.com/RaphiMC/NoteBlockLib/commits/v2.1.3) --- updated-dependencies: - dependency-name: net.raphimc:NoteBlockLib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 71129ff..9e2d31a 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { //NBS modImplementation include("net.kyrptonaught:NoteBlockPlayer:0.0.2") { exclude group: "net.fabricmc.fabric-api" } - implementation include('net.raphimc:NoteBlockLib:2.1.2-SNAPSHOT'); + implementation include('net.raphimc:NoteBlockLib:2.1.3'); //Discord Bridge shadow implementation("net.dv8tion:JDA:5.0.0-beta.24") { exclude module: 'opus-java' }