File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11## Mycelium Bom
22
33The ` Mycelium-Bom ` is a project which defines a software bill of materials (SBOM) for the development of minecraft based
4- server applications which relies on the Microtus project.
4+ server applications which relies on the Minestom project.
55
66> [ !NOTE]
77> This BOM includes general dependencies that are commonly used across several projects within the OneLiteFeather
@@ -21,7 +21,7 @@ Gradle (Kotlin DSL):
2121
2222``` kotlin
2323dependencies {
24- implementation(platform(" net.onelitefeather.mycelium.bom:mycelium -bom:<version>" ))
24+ implementation(platform(" net.onelitefeather.mycelium-bom:<version>" ))
2525
2626 // Dependencies without version specification
2727 implementation(" net.minestom:minestom-snapshots" )
@@ -35,7 +35,7 @@ Gradle (Groovy):
3535``` groovy
3636
3737dependencies {
38- implementation platform('net.onelitefeather.mycelium.bom:mycelium -bom:<version>')
38+ implementation platform('net.onelitefeather.mycelium-bom:<version>')
3939
4040 // Dependencies without version specification
4141 implementation 'net.minestom:minestom-snapshots'
You can’t perform that action at this time.
0 commit comments