Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Update dependency com.velocitypowered:velocity-api to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent e414837 commit 44b32fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ repositories {

dependencies {

implementation("com.velocitypowered:velocity-api:3.0.0")
kapt("com.velocitypowered:velocity-api:3.0.0")
implementation("com.velocitypowered:velocity-api:3.1.1")
kapt("com.velocitypowered:velocity-api:3.1.1")

testImplementation(kotlin("test-junit5"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
Expand Down

0 comments on commit 44b32fe

Please sign in to comment.