Skip to content

Commit

Permalink
Change spigot implementation to spigot-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravis96 committed Jan 11, 2025
1 parent ccf0620 commit 5d40f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-core/nms/api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
}

dependencies {
compileOnly("org.spigotmc:spigot:1.8.8-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT")

// -- dream-utilities --
implementation("cc.dreamcode:utilities:1.5.1")
Expand Down

0 comments on commit 5d40f25

Please sign in to comment.