File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Gradle (Kotlin DSL):
2121
2222``` kotlin
2323dependencies {
24- implementation(platform(" net.theevilreaper .mycelium.bom:mycelium-bom:<version>" ))
24+ implementation(platform(" net.onelitefeather .mycelium.bom:mycelium-bom:<version>" ))
2525
2626 // Dependencies without version specification
27- implementation(" net.onelitefeather.microtus:Microtus " )
27+ implementation(" net.minestom:minestom-snapshots " )
2828 implementation(" net.kyori:adventure-text-minimessage" )
2929 // ...
3030}
@@ -35,10 +35,10 @@ Gradle (Groovy):
3535``` groovy
3636
3737dependencies {
38- implementation platform('net.theevilreaper .mycelium.bom:mycelium-bom:<version>')
38+ implementation platform('net.onelitefeather .mycelium.bom:mycelium-bom:<version>')
3939
4040 // Dependencies without version specification
41- implementation 'net.onelitefeather.microtus:Microtus '
41+ implementation 'net.minestom:minestom-snapshots '
4242 implementation 'net.kyori:adventure-text-minimessage'
4343 // ...
4444}
You can’t perform that action at this time.
0 commit comments