From e123b893b190f9360704196ea8fd80a1ce69aaea Mon Sep 17 00:00:00 2001 From: Netherwhal Date: Sat, 9 Mar 2024 18:39:03 +0100 Subject: [PATCH] Fix upstream scoreboard --- Makefile | 1 + build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 15ffb50..8a15356 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ all: build .PHONY: build build: ./gradlew build + rm build/libs/*-dev*.jar .PHONY: coveralls diff --git a/build.gradle b/build.gradle index 563e7af..78aba2c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group 'net.simplyvanilla' -version '0.2.0' +version '0.2.1' java { toolchain.languageVersion.set(JavaLanguageVersion.of(17)) @@ -36,9 +36,9 @@ 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.1") - runtimeOnly("com.github.megavexnetwork.scoreboard-library:scoreboard-library-implementation:2.1.1") - runtimeOnly("com.github.megavexnetwork.scoreboard-library:scoreboard-library-modern:2.1.1") + implementation("com.github.megavexnetwork.scoreboard-library:scoreboard-library-api:2.1.2") + runtimeOnly("com.github.megavexnetwork.scoreboard-library:scoreboard-library-implementation:2.1.2") + runtimeOnly("com.github.megavexnetwork.scoreboard-library:scoreboard-library-modern:2.1.2") } shadowJar {