Skip to content

Commit 7139735

Browse files
committed
Update readme content to reflect the new changes
1 parent b6c0659 commit 7139735

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Gradle (Kotlin DSL):
2121

2222
```kotlin
2323
dependencies {
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
3737
dependencies {
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
}

0 commit comments

Comments
 (0)