Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Dec 13, 2023
2 parents 98854c7 + eea582f commit 0ce3ba6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand All @@ -123,7 +121,7 @@ dependencies {
<dependency>
<groupId>de.florianmichael</groupId>
<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>
</dependencies>
```
Expand Down

0 comments on commit 0ce3ba6

Please sign in to comment.