Fix groupId for OpenNBT dependency

This commit is contained in:
Konicai 2023-09-21 14:23:17 -04:00
parent 76a04becc6
commit d4f3053739

View file

@ -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>