File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Installation
22
3- Latest version: ` 2.7.0 `
3+ Latest version: ` 2.7.1 `
44
55## Gradle
66
@@ -10,8 +10,8 @@ repositories {
1010}
1111
1212dependencies {
13- implementation(" net.megavex:scoreboard-library-api:2.7.0 " )
14- runtimeOnly(" net.megavex:scoreboard-library-implementation:2.7.0 " )
13+ implementation(" net.megavex:scoreboard-library-api:2.7.1 " )
14+ runtimeOnly(" net.megavex:scoreboard-library-implementation:2.7.1 " )
1515
1616 // If targeting a server version without native Adventure support, 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.0 </version >
31+ <version >2.7.1 </version >
3232 </dependency >
3333 <dependency >
3434 <groupId >net.megavex</groupId >
3535 <artifactId >scoreboard-library-implementation</artifactId >
36- <version >2.7.0 </version >
36+ <version >2.7.1 </version >
3737 <scope >runtime</scope >
3838 </dependency >
3939
Original file line number Diff line number Diff line change 11allprojects {
2- version = " 2.7.1-SNAPSHOT "
2+ version = " 2.7.1"
33 group = " net.megavex"
44 description = " Powerful packet-level scoreboard library for Paper/Spigot servers"
55}
You can’t perform that action at this time.
0 commit comments