Skip to content

Commit

Permalink
Bump velocity-api
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Dec 1, 2023
1 parent 9426374 commit 0a74dd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ plugins {
}

group = 'voruti'
version = '1.0.1'
version = '1.0.2'

repositories {
mavenCentral()
maven {
name = 'papermc-repo'
url = 'https://repo.papermc.io/repository/maven-public/'
name = "papermc-repo"
url = "https://repo.papermc.io/repository/maven-public/"
}
}

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 0a74dd8

Please sign in to comment.