From bd8299fdd0062dedde9f831ee83c7d0726b54e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 20:37:28 +0200 Subject: [PATCH] Bump com.github.megavexnetwork.scoreboard-library:scoreboard-library-api (#18) Bumps [com.github.megavexnetwork.scoreboard-library:scoreboard-library-api](https://github.com/MegavexNetwork/scoreboard-library) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/MegavexNetwork/scoreboard-library/releases) - [Commits](https://github.com/MegavexNetwork/scoreboard-library/compare/2.1.2...2.1.4) --- updated-dependencies: - dependency-name: com.github.megavexnetwork.scoreboard-library:scoreboard-library-api 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 49eeb7c..76379ba 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { compileOnly 'io.github.miniplaceholders:miniplaceholders-api:2.2.3' paperweight.foliaDevBundle("1.20.4-R0.1-SNAPSHOT") - implementation("com.github.megavexnetwork.scoreboard-library:scoreboard-library-api:2.1.2") + implementation("com.github.megavexnetwork.scoreboard-library:scoreboard-library-api:2.1.4") runtimeOnly("com.github.megavexnetwork.scoreboard-library:scoreboard-library-implementation:2.1.4") runtimeOnly("com.github.megavexnetwork.scoreboard-library:scoreboard-library-modern:2.1.4") }