Skip to content

Commit

Permalink
Fix exaroton api version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Jan 9, 2025
1 parent 4807670 commit bbbf304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
annotationProcessor "com.velocitypowered:velocity-api:3.1.1"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
implementation 'com.exaroton:api:1.6.1'
implementation 'com.exaroton:api:1.6.2'
}

ext.isReleaseVersion = project.version != "dev"
Expand Down

0 comments on commit bbbf304

Please sign in to comment.