Skip to content

Commit

Permalink
Fix ScriptedQuests depenedency for reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNackGus committed Aug 22, 2024
1 parent 82cab21 commit b0f80b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
compileOnly("com.bergerkiller.bukkit:BKCommonLib:1.15.2-v2")
compileOnly("dev.jorel:commandapi-bukkit-core:9.4.1")
compileOnly("com.google.code.gson:gson:2.8.5")
compileOnly("com.playmonumenta:scripted-quests:7.0")
compileOnly("com.playmonumenta:scripted-quests:7.0:all")
errorprone("com.google.errorprone:error_prone_core:2.10.0")
errorprone("com.uber.nullaway:nullaway:0.9.5")
}
Expand Down

0 comments on commit b0f80b0

Please sign in to comment.