Skip to content

Commit 5c4ccc4

Browse files
committed
build(minestom): upgrade dependency
1 parent 2e90ced commit 5c4ccc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/minestom/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ repositories {
2727
dependencies {
2828
api(project(":unifiedmetrics-core"))
2929

30-
compileOnly("com.github.minestom.minestom:Minestom:9dab3183e5")
31-
testImplementation("com.github.minestom.minestom:Minestom:9dab3183e5")
30+
compileOnly("com.github.minestom.minestom:Minestom:a9e319f961")
31+
testImplementation("com.github.minestom.minestom:Minestom:a9e319f961")
3232
}
3333

3434
java {

0 commit comments

Comments
 (0)