Skip to content

Commit

Permalink
Fix velocity dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Jun 12, 2024
1 parent fb63107 commit 26f907f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ dependencies {
//noinspection VulnerableLibrariesLocal
compileOnly "org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT"
compileOnly "net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT"
compileOnly 'com.velocitypowered:velocity-api:3.1.1'
annotationProcessor 'com.velocitypowered:velocity-api:3.1.1'
compileOnly 'com.velocitypowered:velocity-api:3.3.0-SNAPSHOT'
annotationProcessor 'com.velocitypowered:velocity-api:3.3.0-SNAPSHOT'

compileOnly "com.github.NuVotifier.NuVotifier:nuvotifier-bukkit:2.7.2"
compileOnly "com.github.NuVotifier.NuVotifier:nuvotifier-bungeecord:2.7.2"
Expand Down

0 comments on commit 26f907f

Please sign in to comment.