Skip to content

Commit 62700a3

Browse files
Bump com.velocitypowered:velocity-api
Bumps com.velocitypowered:velocity-api from 3.4.0-SNAPSHOT to 4.0.0-SNAPSHOT. --- updated-dependencies: - dependency-name: com.velocitypowered:velocity-api dependency-version: 4.0.0-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f7dd30 commit 62700a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
dependencies {
1616
// Velocity API
1717
// https://repo.papermc.io/service/rest/repository/browse/maven-public/com/velocitypowered/velocity-api/
18-
compileOnly group: 'com.velocitypowered', name: 'velocity-api', version: "3.4.0-SNAPSHOT"
18+
compileOnly group: 'com.velocitypowered', name: 'velocity-api', version: "4.0.0-SNAPSHOT"
1919
}
2020

2121
java {

0 commit comments

Comments
 (0)