Skip to content

Commit

Permalink
Fix missing dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofpu committed Jun 1, 2024
1 parent cefa1ea commit 140bb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
exclude("com.sk89q", "worldedit")
}

implementation("com.github.tofpu:umbrella:1.20-support-SNAPSHOT")
implementation("com.github.tofpu:toolbar:v1-SNAPSHOT")
}

tasks {
Expand Down

0 comments on commit 140bb1f

Please sign in to comment.