Skip to content

Commit

Permalink
1.8.10
Browse files Browse the repository at this point in the history
Updated some dependencies
Added 1.21.3 compatibility
  • Loading branch information
cobrex1 committed Nov 15, 2024
1 parent 49c494c commit 75a8365
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

<groupId>me.cobrex</groupId>
<artifactId>TownyMenu</artifactId>
<version>1.8.9</version>
<version>1.8.10</version>

<properties>

<main.class>me.cobrex.townymenu.TownyMenuPlugin</main.class>

<foundation.version>6.9.7</foundation.version>
<foundation.version>6.9.11</foundation.version>

<java.version>1.8</java.version>

Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.github.TownyAdvanced</groupId>
<artifactId>Towny</artifactId>
<version>0.100.4.3</version>
<version>0.100.4.7</version>
<scope>provided</scope>
</dependency>
<!-- HeadDatabase-API -->
Expand Down

0 comments on commit 75a8365

Please sign in to comment.