Skip to content

Commit

Permalink
fix(build): upgrade minestom dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed May 29, 2023
1 parent 87915c8 commit 2a15628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/minestom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {
dependencies {
api(project(":unifiedmetrics-core"))

compileOnly("com.github.minestom.minestom:Minestom:8ad2c7701f")
testImplementation("com.github.minestom.minestom:Minestom:8ad2c7701f")
compileOnly("com.github.minestom.minestom:Minestom:9b15acf4fa")
testImplementation("com.github.minestom.minestom:Minestom:9b15acf4fa")
}

tasks {
Expand Down

0 comments on commit 2a15628

Please sign in to comment.