File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ or [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/) (f
6767<dependency >
6868 <groupId >me.catcoder</groupId >
6969 <artifactId >bukkit-sidebar</artifactId >
70- <version >6.2.9 -SNAPSHOT</version >
70+ <version >6.2.10 -SNAPSHOT</version >
7171</dependency >
7272```
7373
@@ -80,7 +80,7 @@ repositories {
8080```
8181``` groovy
8282dependencies {
83- implementation 'me.catcoder:bukkit-sidebar:6.2.9 -SNAPSHOT'
83+ implementation 'me.catcoder:bukkit-sidebar:6.2.10 -SNAPSHOT'
8484}
8585```
8686
@@ -93,7 +93,7 @@ repositories {
9393```
9494``` kotlin
9595dependencies {
96- implementation(" me.catcoder:bukkit-sidebar:6.2.9 -SNAPSHOT" )
96+ implementation(" me.catcoder:bukkit-sidebar:6.2.10 -SNAPSHOT" )
9797}
9898```
9999
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " me.catcoder"
8- version = " 6.2.9 -SNAPSHOT"
8+ version = " 6.2.10 -SNAPSHOT"
99description = " Powerful feature-packed Minecraft scoreboard library"
1010
1111val adventureVersion = " 4.16.0"
You can’t perform that action at this time.
0 commit comments