Skip to content

Commit

Permalink
Fixing minestom dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed Oct 3, 2024
1 parent 7d6391d commit 39e36e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minestom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compileJava.targetCompatibility = '21'

dependencies {
compileOnly project(":core")
compileOnly 'com.github.Minestom:Minestom:-SNAPSHOT'
compileOnly 'net.minestom:minestom-snapshots:e8f34c317a'
}

java {
Expand Down

0 comments on commit 39e36e4

Please sign in to comment.