Skip to content

Commit b2ac279

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies {
2727

2828
implementation 'it.fulminazzo:YAMLParser:1.5.8'
2929

30-
compileOnly "com.velocitypowered:velocity-api:3.3.0-SNAPSHOT"
31-
annotationProcessor "com.velocitypowered:velocity-api:3.3.0-SNAPSHOT"
32-
testImplementation "com.velocitypowered:velocity-api:3.3.0-SNAPSHOT"
30+
compileOnly "com.velocitypowered:velocity-api:4.0.0-SNAPSHOT"
31+
annotationProcessor "com.velocitypowered:velocity-api:4.0.0-SNAPSHOT"
32+
testImplementation "com.velocitypowered:velocity-api:4.0.0-SNAPSHOT"
3333

3434
testImplementation platform('org.junit:junit-bom:5.9.1')
3535
testImplementation 'org.junit.jupiter:junit-jupiter'

0 commit comments

Comments
 (0)