Skip to content

Commit

Permalink
build(minestom): upgrade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Apr 23, 2023
1 parent 2e90ced commit 5c4ccc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/minestom/build.gradle.kts
Expand Up @@ -27,8 +27,8 @@ repositories {
dependencies {
api(project(":unifiedmetrics-core"))

compileOnly("com.github.minestom.minestom:Minestom:9dab3183e5")
testImplementation("com.github.minestom.minestom:Minestom:9dab3183e5")
compileOnly("com.github.minestom.minestom:Minestom:a9e319f961")
testImplementation("com.github.minestom.minestom:Minestom:a9e319f961")
}

java {
Expand Down

0 comments on commit 5c4ccc4

Please sign in to comment.