Skip to content

Commit

Permalink
Migration to Velocity 3.x
Browse files Browse the repository at this point in the history
Signed-off-by: itsTyrion <[email protected]>

Took 12 minutes
  • Loading branch information
itsTyrion committed Dec 21, 2021
1 parent aa3d912 commit 965950a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'de.itsTyrion'
version '1.5'
version '1.6'

repositories {
mavenCentral()
Expand All @@ -24,11 +24,11 @@ targetCompatibility = sourceCompatibility
dependencies {
implementation 'com.grack:nanojson:1.7'

compileOnly 'com.velocitypowered:velocity-api:1.+'
compileOnly 'com.velocitypowered:velocity-api:3.1.+'
compileOnly 'org.projectlombok:lombok:1.18.+'
compileOnly 'net.md-5:bungeecord-api:1.+'

annotationProcessor 'com.velocitypowered:velocity-api:1.+'
annotationProcessor 'com.velocitypowered:velocity-api:3.1.+'
annotationProcessor 'org.projectlombok:lombok:1.18.+'
}

Expand Down

0 comments on commit 965950a

Please sign in to comment.