Skip to content

Commit d4f3053

Browse files
committed
Fix groupId for OpenNBT dependency
1 parent 76a04be commit d4f3053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
<dependencies>
8484
<dependency>
85-
<groupId>com.github.GeyserMC</groupId>
85+
<groupId>com.github.steveice10</groupId>
8686
<artifactId>opennbt</artifactId>
8787
<version>1.6</version>
8888
<scope>compile</scope>

0 commit comments

Comments
 (0)