Skip to content

Commit

Permalink
upgraded paper/spigot to 1.21.1, bungeecord to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Oct 17, 2024
1 parent f995fac commit ee6737c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

<properties>
<jackson.version>2.15.2</jackson.version>
<spigot.version>1.20.2-R0.1-SNAPSHOT</spigot.version>
<bungee.version>1.19-R0.1-SNAPSHOT</bungee.version>
<spigot.version>1.21.1-R0.1-SNAPSHOT</spigot.version>
<bungee.version>1.20-R0.2-SNAPSHOT</bungee.version>
<eld.plugin.version>2.0.3</eld.plugin.version>
<maven.compile.source>17</maven.compile.source>
<maven.compile.target>17</maven.compile.target>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -359,4 +359,4 @@
</snapshotRepository>
</distributionManagement>

</project>
</project>

0 comments on commit ee6737c

Please sign in to comment.