Skip to content

Commit

Permalink
chore: bumped velocity api version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Jun 23, 2021
1 parent 4544e1a commit 1e15143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ repositories {
dependencies {
api(project(":unifiedmetrics-core"))

compileOnly("com.velocitypowered:velocity-api:1.1.3")
kapt("com.velocitypowered:velocity-api:1.1.3")
compileOnly("com.velocitypowered:velocity-api:1.1.8")
kapt("com.velocitypowered:velocity-api:1.1.8")
}

tasks {
Expand Down

0 comments on commit 1e15143

Please sign in to comment.