mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Fix groupId for OpenNBT dependency
This commit is contained in:
parent
76a04becc6
commit
d4f3053739
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -82,7 +82,7 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.github.GeyserMC</groupId>
|
||||
<groupId>com.github.steveice10</groupId>
|
||||
<artifactId>opennbt</artifactId>
|
||||
<version>1.6</version>
|
||||
<scope>compile</scope>
|
||||
|
|
Loading…
Reference in a new issue