Skip to content

Commit 48f91ee

Browse files
committed
PhatLoots working on 1.19.2. Minor POM updates is all it takes! Take backups!
1 parent b5243a1 commit 48f91ee

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,33 +66,33 @@
6666
<dependency>
6767
<groupId>org.spigotmc</groupId>
6868
<artifactId>spigot-api</artifactId>
69-
<version>1.18.1-R0.1-SNAPSHOT</version>
69+
<version>1.19.2-R0.1-SNAPSHOT</version>
7070
<scope>provided</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>net.md-5</groupId>
7474
<artifactId>bungeecord-chat</artifactId>
75-
<version>1.18-R0.1-SNAPSHOT</version>
75+
<version>1.19-R0.1-SNAPSHOT</version>
7676
<type>jar</type>
7777
<scope>provided</scope>
7878
</dependency>
7979
<dependency>
8080
<groupId>net.citizensnpcs</groupId>
8181
<artifactId>citizensapi</artifactId>
82-
<version>2.0.29-SNAPSHOT</version>
82+
<version>2.0.30-SNAPSHOT</version>
8383
<type>jar</type>
8484
<scope>provided</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.sk89q.worldguard</groupId>
8888
<artifactId>worldguard-core</artifactId>
89-
<version>7.0.6</version>
89+
<version>7.1.0-SNAPSHOT</version>
9090
<scope>provided</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.sk89q.worldedit</groupId>
9494
<artifactId>worldedit-bukkit</artifactId>
95-
<version>7.2.8</version>
95+
<version>7.3.0-SNAPSHOT</version>
9696
<scope>provided</scope>
9797
</dependency>
9898
<dependency>
@@ -108,9 +108,9 @@
108108
<scope>provided</scope>
109109
</dependency>
110110
<dependency>
111-
<groupId>io.pixeloutlaw</groupId>
111+
<groupId>io.pixeloutlaw.mythicdrops</groupId>
112112
<artifactId>mythicdrops</artifactId>
113-
<version>8.0.4</version>
113+
<version>8.3.2</version>
114114
<scope>provided</scope>
115115
</dependency>
116116
<dependency>
@@ -166,7 +166,7 @@
166166
<plugin>
167167
<groupId>org.apache.maven.plugins</groupId>
168168
<artifactId>maven-shade-plugin</artifactId>
169-
<version>3.3.0-SNAPSHOT</version>
169+
<version>3.3.1-SNAPSHOT</version>
170170
<configuration>
171171
<relocations>
172172
<relocation>

0 commit comments

Comments
 (0)