Skip to content

Commit

Permalink
Merge pull request #185 from DevSnx/patch-1
Browse files Browse the repository at this point in the history
updating the npc-lib to the newest version
  • Loading branch information
FllipEis authored Jul 25, 2024
2 parents aade3ee + 932b5dd commit db357b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions simplecloud-modules/simplecloud-module-npc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ dependencies {
compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
compileOnly 'com.github.retrooper.packetevents:spigot:b48a91bcee'

api 'io.github.juliarn:npc-lib-api:3.0.0-beta6'
api 'io.github.juliarn:npc-lib-common:3.0.0-beta6'
api 'io.github.juliarn:npc-lib-bukkit:3.0.0-beta6'
api 'io.github.juliarn:npc-lib-api:3.0.0-beta7'
api 'io.github.juliarn:npc-lib-common:3.0.0-beta7'
api 'io.github.juliarn:npc-lib-bukkit:3.0.0-beta7'

api 'com.github.cryptomorin:XSeries:9.2.0'
}
}

0 comments on commit db357b7

Please sign in to comment.