We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7def372 commit af73f8fCopy full SHA for af73f8f
build.gradle
@@ -67,8 +67,8 @@ dependencies {
67
implementation('org.enginehub.jinglenote:jinglenote-bukkit:1.0.0-SNAPSHOT') {
68
exclude group: 'org.spigotmc', module: 'spigot-api'
69
}
70
- implementation 'com.zachsthings.libcomponents:libcomponents-core:1.3.0'
71
- implementation 'com.zachsthings.libcomponents:libcomponents-bukkit:1.3.0'
+ implementation 'com.zachsthings.libcomponents:libcomponents-core:1.3.1'
+ implementation 'com.zachsthings.libcomponents:libcomponents-bukkit:1.3.1'
72
implementation 'net.sf.opencsv:opencsv:2.0'
73
74
compileOnly 'com.sk89q.worldedit.worldedit-libs:ap:7.2.0-SNAPSHOT'
0 commit comments