Skip to content

Commit

Permalink
Fix rekusrive call caused by papers stdout catcher
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Aug 16, 2021
1 parent adf57a2 commit a0eaa66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BloodNight-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ plugins {

dependencies {
implementation(project(":BloodNight-api"))
implementation("de.eldoria", "eldo-util", "1.9.2-SNAPSHOT") {
isChanging = true
}
implementation("de.eldoria", "eldo-util", "1.9.6-DEV")
implementation("net.kyori", "adventure-api", "4.8.1")
implementation("net.kyori", "adventure-platform-bukkit", "4.0.0-SNAPSHOT")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.5.2")
Expand Down

0 comments on commit a0eaa66

Please sign in to comment.