We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5314f8 commit ba9390aCopy full SHA for ba9390a
platforms/minestom/build.gradle.kts
@@ -27,8 +27,8 @@ repositories {
27
dependencies {
28
api(project(":unifiedmetrics-core"))
29
30
- compileOnly("com.github.minestom.minestom:Minestom:a9e319f961")
31
- testImplementation("com.github.minestom.minestom:Minestom:a9e319f961")
+ compileOnly("com.github.minestom.minestom:Minestom:8ad2c7701f")
+ testImplementation("com.github.minestom.minestom:Minestom:8ad2c7701f")
32
}
33
34
tasks {
0 commit comments