Skip to content

Commit

Permalink
Merge pull request #19 from DmitryRendov/18-upgrade
Browse files Browse the repository at this point in the history
18 - Upgrade to support 1.20.x
  • Loading branch information
DmitryRendov authored Aug 21, 2023
2 parents d7de2fa + 6a9fbc2 commit 3e530c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ out/
target/
dependency-reduced-pom.xml
*.MF
*.name
*.name
.vscode
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.ryanhamshire</groupId>
<artifactId>GraviTree</artifactId>
<version>2.9.6</version>
<version>2.9.7</version>
<packaging>jar</packaging>
<name>GraviTree</name>
<description>No more floating treetops.</description>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<version>1.20.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- bStats -->
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.2</version>
<version>2.11.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3e530c8

Please # to comment.