Skip to content

Commit

Permalink
Fix toolbar dependency not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofpu committed Aug 14, 2024
1 parent 4cc16ad commit c3b84d8
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 @@ -49,7 +49,7 @@ dependencies {
exclude("com.sk89q", "worldedit")
}

implementation("com.github.tofpu:toolbar:v1-SNAPSHOT")
implementation("com.github.Tofpu:toolbar:v1-SNAPSHOT")
implementation("com.github.Tofpu:dynamicclass:1.3") {
exclude("com.google.guava", "guava")
}
Expand Down

0 comments on commit c3b84d8

Please sign in to comment.