Skip to content

Commit

Permalink
Update to v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr committed Sep 26, 2022
1 parent a827fa2 commit 625c2b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {


group = "rocks.gravili.notquests"
version = "5.5.0"
version = "5.5.1"


repositories {
Expand Down
6 changes: 3 additions & 3 deletions spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ dependencies {
//implementation(files("libs/InventoryGui.jar"))

compileOnly("org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT")
compileOnly("net.citizensnpcs:citizens-main:2.0.29-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.1")
compileOnly("com.github.MilkBowl:VaultAPI:1.7")
compileOnly("net.citizensnpcs:citizens-main:2.0.30-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.2")
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")


compileOnly("io.lumine:Mythic-Dist:5.0.2-SNAPSHOT")
Expand Down

0 comments on commit 625c2b5

Please sign in to comment.