Skip to content

Commit 9e5cb5b

Browse files
Update dependency com.velocitypowered:velocity-api to v3.4.0
1 parent 1f456c6 commit 9e5cb5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ repositories {
1616
}
1717

1818
dependencies {
19-
compileOnly "com.velocitypowered:velocity-api:3.2.0-SNAPSHOT"
20-
annotationProcessor "com.velocitypowered:velocity-api:3.2.0-SNAPSHOT"
19+
compileOnly "com.velocitypowered:velocity-api:3.4.0"
20+
annotationProcessor "com.velocitypowered:velocity-api:3.4.0"
2121
}
2222

2323
def targetJavaVersion = 11

0 commit comments

Comments
 (0)