Skip to content

Commit

Permalink
Update Velocity version
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Jul 13, 2023
1 parent c6c5616 commit a2761fe
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 @@ -16,8 +16,8 @@ repositories {
}

dependencies {
compileOnly 'com.velocitypowered:velocity-api:3.1.2-SNAPSHOT'
annotationProcessor 'com.velocitypowered:velocity-api:3.1.2-SNAPSHOT'
compileOnly 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT'
annotationProcessor 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT'
}

def targetJavaVersion = 11
Expand Down

0 comments on commit a2761fe

Please sign in to comment.