Move paperlib off snapshot (#3808)

This commit is contained in:
Josh Roy 2020-12-02 14:44:35 -05:00 committed by GitHub
parent f5d5ed9844
commit dda4d58a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ dependencies {
}
compileOnly 'net.luckperms:api:5.0'
api 'io.papermc:paperlib:1.0.6-SNAPSHOT'
api 'io.papermc:paperlib:1.0.6'
// Providers
api project(':providers:BaseProviders')