diff --git a/README.md b/README.md index 5e924059..54ab9866 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,7 @@ repositories { } dependencies { - implementation ("de.florianmichael:viafabricplus:2.9.5") { // Get the latest version from releases - transitive = false - } + modImplementation("de.florianmichael:viafabricplus:3.0.2") // Get the latest version from releases } ``` @@ -123,7 +121,7 @@ dependencies { de.florianmichael viafabricplus - 2.9.5 + 3.0.2 ```