mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-03-11 13:28:50 +01:00
[ci skip] Updated README example
This commit is contained in:
parent
ba66e4c9c5
commit
eea582f72e
@ -105,9 +105,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation ("de.florianmichael:viafabricplus:2.9.5") { // Get the latest version from releases
|
modImplementation("de.florianmichael:viafabricplus:3.0.2") // Get the latest version from releases
|
||||||
transitive = false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -123,7 +121,7 @@ dependencies {
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.florianmichael</groupId>
|
<groupId>de.florianmichael</groupId>
|
||||||
<artifactId>viafabricplus</artifactId>
|
<artifactId>viafabricplus</artifactId>
|
||||||
<version>2.9.5</version> <!-- Get the latest version from releases -->
|
<version>3.0.2</version> <!-- Get the latest version from releases -->
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user