Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs authored Oct 9, 2024
1 parent dd87565 commit 751a717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ repositories {
maven("https://raw.githubusercontent.com/FabioZumbi12/UltimateChat/mvn-repo/")
maven("https://maven.citizensnpcs.co/repo")
maven("https://jitpack.io")
maven("https://repo.glaremasters.me/repository/towny/")
}

dependencies {
Expand All @@ -26,7 +27,7 @@ dependencies {
}
compileOnly("world.bentobox", "bentobox", "2.3.0-SNAPSHOT")
compileOnly("com.github.TechFortress", "GriefPrevention", "17.0.0")
compileOnly("com.github.TownyAdvanced", "Towny", "0.100.4.4")
compileOnly("com.palmergames.bukkit.towny", "towny", "0.100.4.0")
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") {
exclude("*")
}
Expand Down

0 comments on commit 751a717

Please sign in to comment.