Maven repo for 4.6.0 ?
DaFray31 opened this issue ยท 0 comments
Hey,
I would like to use Protocolib 4.6.0
I update pom.xml like this :
(But that dosent work)
<repository>
<id>dmulloy2-releases</id>
<url>https://repo.dmulloy2.net/nexus/repository/public/</url>
</repository>
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.6.0-SNAPSHOT</version>
</dependency>