File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424![ Sidebar] ( https://github.com/CatCoderr/ProtocolSidebar/raw/master/assets/sidebar.gif )
2525
26- ⚠️ ** Note** : starting from ** 6.2.7 -SNAPSHOT** version, the repository has been moved to https://catcoder.pl.ua/snapshots .
26+ ⚠️ ** Note** : starting from ** 6.2.8 -SNAPSHOT** version, the repository has been moved to https://catcoder.pl.ua/snapshots .
2727You can find URL for Maven and Gradle in the [ Adding to your project] ( #adding-to-your-project ) section.
2828
2929
@@ -69,7 +69,7 @@ or [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/) (f
6969<dependency >
7070 <groupId >me.catcoder</groupId >
7171 <artifactId >bukkit-sidebar</artifactId >
72- <version >6.2.7 -SNAPSHOT</version >
72+ <version >6.2.8 -SNAPSHOT</version >
7373</dependency >
7474```
7575
@@ -82,7 +82,7 @@ repositories {
8282```
8383``` groovy
8484dependencies {
85- implementation 'me.catcoder:bukkit-sidebar:6.2.7 -SNAPSHOT'
85+ implementation 'me.catcoder:bukkit-sidebar:6.2.8 -SNAPSHOT'
8686}
8787```
8888
@@ -95,7 +95,7 @@ repositories {
9595```
9696``` kotlin
9797dependencies {
98- implementation(" me.catcoder:bukkit-sidebar:6.2.7 -SNAPSHOT" )
98+ implementation(" me.catcoder:bukkit-sidebar:6.2.8 -SNAPSHOT" )
9999}
100100```
101101
You can’t perform that action at this time.
0 commit comments