Skip to content

Commit

Permalink
build: updated NBTApi to 2.11.1 (RoinujNosde#92) (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: Edson Passos <edsonpassosjr@outlook.com>
  • Loading branch information
SrBedrock and RoinujNosde committed Feb 22, 2023
1 parent 19cb83c commit 18b9b6b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.10.0</version>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
Expand All @@ -195,4 +195,16 @@
<scope>compile</scope>
</dependency>
</dependencies>
</project>
<name>TitansBattle</name>

<distributionManagement>
<repository>
<id>reposilite</id>
<url>https://repo.roinujnosde.me/releases/</url>
</repository>
<snapshotRepository>
<id>reposilite</id>
<url>https://repo.roinujnosde.me/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 18b9b6b

Please sign in to comment.