Skip to content

Commit

Permalink
Updated to spigot-api 1.18.2-R0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Reldeam committed Mar 9, 2022
1 parent 971bbe2 commit 0ba10f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>online.meinkraft</groupId>
<artifactId>customvillagertrades</artifactId>
<packaging>jar</packaging>
<version>1.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<name>CustomVillagerTrades</name>
<url>http://maven.apache.org</url>

Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<version>1.18.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
main: online.meinkraft.customvillagertrades.CustomVillagerTrades
name: CustomVillagerTrades
version: 1.10-SNAPSHOT
version: 1.11-SNAPSHOT
description: Adds custom villager trades
api-version: 1.18
load: POSTWORLD
Expand Down

0 comments on commit 0ba10f1

Please sign in to comment.