Merge pull request #3 from SimplexDevelopment/feat/scissors-api

Use Scissors API instead of Paper API
This commit is contained in:
Paldiu 2023-05-17 19:59:36 -05:00 committed by GitHub
commit 0fbc51cb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ subprojects {
mavenCentral()
maven {
name = 'Paper'
url = 'https://repo.papermc.io/repository/maven-public/'
name = 'Scissors'
url = 'https://repo.scissors.gg/repository/scissors-snapshot/'
}
maven {
@ -31,7 +31,7 @@ subprojects {
}
dependencies {
compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT'
compileOnly 'me.totalfreedom.scissors:Scissors-API:1.19.4-R0.1-SNAPSHOT'
compileOnly 'org.javassist:javassist:3.29.1-GA'
compileOnly 'org.apache.commons:commons-lang3:3.12.0'
compileOnly 'org.apache.commons:commons-collections4:4.2'