diff --git a/expansion/compatibility/GriefPrevention/build.gradle.kts b/expansion/compatibility/GriefPrevention/build.gradle.kts index 6d70d832..d8a8f000 100644 --- a/expansion/compatibility/GriefPrevention/build.gradle.kts +++ b/expansion/compatibility/GriefPrevention/build.gradle.kts @@ -3,5 +3,5 @@ repositories { } dependencies { - compileOnly("com.github.TechFortress:GriefPrevention:16.18.1") + compileOnly("com.github.TechFortress:GriefPrevention:17.0.0") }