Skip to content

Commit

Permalink
feat: bungee 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinChaos committed Sep 30, 2024
1 parent 685f6e4 commit b34e415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<version>1.0.2-SNAPSHOT</version>

<properties>
<bungee.version>1.21.1-R0.1-SNAPSHOT</bungee.version>
<velocity.version>3.3.0-SNAPSHOT</velocity.version>

<build.version>${env.BUILD_NUMBER}</build.version>
Expand Down Expand Up @@ -117,7 +118,7 @@
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<version>${bungee.version}</version>
<scope>provided</scope>
</dependency>
<!--Velocity API-->
Expand Down

0 comments on commit b34e415

Please sign in to comment.