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 2e90ced commit 5c4ccc4Copy full SHA for 5c4ccc4
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:9dab3183e5")
31
- testImplementation("com.github.minestom.minestom:Minestom:9dab3183e5")
+ compileOnly("com.github.minestom.minestom:Minestom:a9e319f961")
+ testImplementation("com.github.minestom.minestom:Minestom:a9e319f961")
32
}
33
34
java {
0 commit comments