File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ repositories {
1010}
1111
1212dependencies {
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
You can’t perform that action at this time.
0 commit comments