Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Sep 14, 2023
1 parent 8bce1b0 commit d2fb67b
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:9b15acf4fa")
testImplementation("com.github.minestom.minestom:Minestom:9b15acf4fa")
compileOnly("com.github.minestom.minestom:Minestom:2cdb3911b0")
testImplementation("com.github.minestom.minestom:Minestom:2cdb3911b0")
}

tasks {
Expand Down

0 comments on commit d2fb67b

Please sign in to comment.