Skip to content

Commit

Permalink
Fix groupId for OpenNBT dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Konicai committed Sep 21, 2023
1 parent 76a04be commit d4f3053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d4f3053

Please sign in to comment.