Skip to content

Commit

Permalink
Fix upstream scoreboard (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherwhal authored Mar 9, 2024
1 parent 56bcfa9 commit e0c974a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ all: build
.PHONY: build
build:
./gradlew build
rm build/libs/*-dev*.jar


.PHONY: coveralls
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'net.simplyvanilla'
version '0.2.0'
version '0.2.1'

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit e0c974a

Please sign in to comment.