Skip to content

Commit

Permalink
Fixed oraxen depencency
Browse files Browse the repository at this point in the history
  • Loading branch information
Emibergo02 committed Sep 11, 2024
1 parent 87db364 commit 271a7cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repositories {
maven { url 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
maven { url 'https://repo.xenondevs.xyz/releases' }
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://repo.oraxen.com/releases' }
}

dependencies {
Expand Down Expand Up @@ -47,7 +48,7 @@ dependencies {
compileOnly 'com.zaxxer:HikariCP:5.1.0'
compileOnly 'net.luckperms:api:5.4'
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
compileOnly 'com.github.oraxen:oraxen:1.181.0'
compileOnly 'io.th0rgal:oraxen:1.181.0'
compileOnly 'com.github.LeonMangler:PremiumVanishAPI:2.8.8'
compileOnly 'org.projectlombok:lombok:1.18.34'
compileOnly 'com.github.Spicord.Spicord:spicord-common:v5-SNAPSHOT'
Expand Down

0 comments on commit 271a7cc

Please sign in to comment.