Skip to content

Commit

Permalink
Merge pull request #51 from l3nnartt/fix
Browse files Browse the repository at this point in the history
Add 1.20 Support
  • Loading branch information
TheSilentPro authored Jul 15, 2023
2 parents 7ff5411 + 811dde9 commit 5b84cda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]

- name: Set up Java JDK 16
- name: Set up Java JDK 17
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '16'
java-version: '17'
java-package: jdk
architecture: x64

- name: Dispatch Discord Webhook
uses: baked-libs/[email protected]
with:
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tsp.headdb</groupId>
<artifactId>HeadDB</artifactId>
<version>5.0.0-rc.6</version>
<version>5.0.0-rc.7</version>
<packaging>jar</packaging>

<name>HeadDB</name>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.2-R0.1-SNAPSHOT</version>
<version>1.20.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>net.wesjd</groupId>
<artifactId>anvilgui</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
</dependency>

<!-- Soft Dependencies -->
Expand Down Expand Up @@ -183,7 +183,7 @@
<additionalDependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.2-R0.1-SNAPSHOT</version>
<version>1.20.1-R0.1-SNAPSHOT</version>
</additionalDependency>
</additionalDependencies>
</configuration>
Expand Down

0 comments on commit 5b84cda

Please sign in to comment.