Skip to content

Commit 0ad1a95

Browse files
Updating dependencies (1.20.x)
1 parent 35410a1 commit 0ad1a95

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

RedUtilities.iml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<autoDetectTypes>
77
<platformType>PAPER</platformType>
88
<platformType>ADVENTURE</platformType>
9+
<platformType>BUNGEECORD</platformType>
910
</autoDetectTypes>
1011
</configuration>
1112
</facet>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,20 @@
7575
<dependency>
7676
<groupId>io.papermc.paper</groupId>
7777
<artifactId>paper-api</artifactId>
78-
<version>1.19.2-R0.1-SNAPSHOT</version>
78+
<version>1.20.4-R0.1-SNAPSHOT</version>
7979
<scope>provided</scope>
8080
</dependency>
8181
<dependency>
8282
<groupId>net.md-5</groupId>
8383
<artifactId>bungeecord-api</artifactId>
84-
<version>1.19-R0.1-SNAPSHOT</version>
84+
<version>1.20-R0.3-SNAPSHOT</version>
8585
<type>jar</type>
8686
<scope>provided</scope>
8787
</dependency>
8888
<dependency>
8989
<groupId>net.md-5</groupId>
9090
<artifactId>bungeecord-api</artifactId>
91-
<version>1.19-R0.1-SNAPSHOT</version>
91+
<version>1.20-R0.3-SNAPSHOT</version>
9292
<type>javadoc</type>
9393
<scope>provided</scope>
9494
</dependency>

0 commit comments

Comments
 (0)