Skip to content

Commit

Permalink
chore(deps): Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Dec 19, 2023
1 parent 873001b commit df799a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
9 changes: 1 addition & 8 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,7 @@
<version>1.6</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>net.wesjd</groupId>
<artifactId>anvilgui</artifactId>
<version>1.5.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>


</dependencies>

<build>
Expand Down
7 changes: 7 additions & 0 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>cc.carm.plugin</groupId>
<artifactId>minesql-api</artifactId>
<version>${deps.minesql.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
Expand Down

0 comments on commit df799a7

Please sign in to comment.