Skip to content

Commit

Permalink
Bukkit module should depend on spigot, not paper
Browse files Browse the repository at this point in the history
  • Loading branch information
vaperion committed Feb 24, 2024
1 parent 6060c44 commit 7b26c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies {

compileOnly 'org.jetbrains:annotations:23.0.0'

compileOnly 'org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT'
compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0'
}

0 comments on commit 7b26c06

Please sign in to comment.