File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
3636}
3737
3838dependencies {
39- compile 'fr.minuskube.inv:smart-invs:1.2.2 '
39+ compile 'fr.minuskube.inv:smart-invs:1.2.3 '
4040}
4141```
4242
@@ -45,7 +45,7 @@ dependencies {
4545<dependency >
4646 <groupId >fr.minuskube.inv</groupId >
4747 <artifactId >smart-invs</artifactId >
48- <version >1.2.2 </version >
48+ <version >1.2.3 </version >
4949</dependency >
5050```
5151
Original file line number Diff line number Diff line change 11group ' fr.minuskube.inv'
2- version ' 1.2.2 '
2+ version ' 1.2.3 '
33
44apply plugin : ' java'
55apply plugin : ' maven'
@@ -27,7 +27,7 @@ repositories {
2727}
2828
2929dependencies {
30- compile ' org.spigotmc:spigot-api:1.13 -R0.1-SNAPSHOT'
30+ compile ' org.spigotmc:spigot-api:1.8.8 -R0.1-SNAPSHOT'
3131 compile ' org.apache.commons:commons-lang3:3.5'
3232}
3333
Original file line number Diff line number Diff line change 11name : SmartInvs
2- version : 1.2.2
2+ version : 1.2.3
33description : Inventory API for your Bukkit Plugins.
44author : MinusKube
55website : https://github.com/MinusKube/SmartInvs
You can’t perform that action at this time.
0 commit comments