Skip to content

Commit

Permalink
Bump velocity-api to 3.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
atom7xyz committed Jul 24, 2023
1 parent f746618 commit ff7fa0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velib-velocity/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
/* Velocity related */
compileOnly("com.velocitypowered:velocity-api:3.1.1")
annotationProcessor("com.velocitypowered:velocity-api:3.1.1")
compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
}

0 comments on commit ff7fa0d

Please sign in to comment.