Resolved ProtocolLib-API version from a snapshot

Artifact ProtocolLib-API version 4.3.0-SNAPSHOT no longer exists, looks like the dependency version is no longer a snapshot.
This commit is contained in:
Turpster 2020-01-20 17:58:18 +00:00 committed by GitHub
parent f7b2c017fd
commit 8920a4c4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -36,12 +36,12 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib-API</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<description>Features using the plugin ProtocolLib:
<description>Features using the plugin ProtocolLib:
https://dev.bukkit.org/bukkit-plugins/protocollib/</description>
<build>
@ -56,4 +56,4 @@ https://dev.bukkit.org/bukkit-plugins/protocollib/</description>
</plugins>
</build>
</project>
</project>