Skip to content

Commit f42a5fd

Browse files
committed
update installation version to latest
1 parent 680ab5d commit f42a5fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

INSTALLATION.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation("net.megavex:scoreboard-library-api:2.7.4")
14-
runtimeOnly("net.megavex:scoreboard-library-implementation:2.7.4")
13+
implementation("net.megavex:scoreboard-library-api:2.8.0")
14+
runtimeOnly("net.megavex:scoreboard-library-implementation:2.8.0")
1515

1616
// If targeting a server version without native Adventure support (Spigot or older than 1.16.5 Paper), add it as well:
1717
implementation("net.kyori:adventure-platform-bukkit:4.4.1")
@@ -28,12 +28,12 @@ like [Shadow](https://gradleup.com/shadow/).
2828
<dependency>
2929
<groupId>net.megavex</groupId>
3030
<artifactId>scoreboard-library-api</artifactId>
31-
<version>2.7.4</version>
31+
<version>2.8.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>net.megavex</groupId>
3535
<artifactId>scoreboard-library-implementation</artifactId>
36-
<version>2.7.4</version>
36+
<version>2.8.0</version>
3737
<scope>runtime</scope>
3838
</dependency>
3939

0 commit comments

Comments
 (0)