Skip to content

Commit

Permalink
Update dependency de.eldoria:schematicbrushreborn-api to v2.7.3 (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent eae1b28 commit 07ceda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

dependencies {
compileOnly("de.eldoria", "schematicbrushreborn-api", "2.7.1")
compileOnly("de.eldoria", "schematicbrushreborn-api", "2.7.3")
compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
// PlotSquared Core API
Expand All @@ -29,7 +29,7 @@ dependencies {
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.4")
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
testImplementation("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
testImplementation("de.eldoria", "schematicbrushreborn-api", "2.7.1")
testImplementation("de.eldoria", "schematicbrushreborn-api", "2.7.3")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
}

Expand Down

0 comments on commit 07ceda3

Please sign in to comment.