Update dependency io.papermc:paperlib to v1.0.6

This commit is contained in:
Renovate Bot 2020-12-21 00:37:05 +00:00
parent 2eb4f14724
commit 79f825d21a
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -56,7 +56,7 @@ dependencies {
"compileOnly"("org.jetbrains:annotations:20.1.0")
"testCompileOnly"("org.jetbrains:annotations:20.1.0")
"compileOnly"("org.spigotmc:spigot:1.16.4-R0.1-SNAPSHOT")
"implementation"("io.papermc:paperlib:1.0.4")
"implementation"("io.papermc:paperlib:1.0.6")
"compileOnly"("com.sk89q:dummypermscompat:1.10") {
exclude("com.github.MilkBowl", "VaultAPI")
}