Updated Adding ProtocolLib as a Dependency (markdown)

Dan Mulloy 2021-11-13 23:56:49 -05:00
parent 52d9a575b8
commit 17d86cda37
1 changed files with 2 additions and 2 deletions

@ -7,7 +7,7 @@ Maven and Gradle _should_ download the JavaDocs. If not, you can find them here:
<repositories>
<repository>
<id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/nexus/repository/public/</url>
<url>https://repo.dmulloy2.net/repository/public/</url>
</repository>
</repositories>
@ -15,7 +15,7 @@ Maven and Gradle _should_ download the JavaDocs. If not, you can find them here:
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>
</dependencies>
```