Skip to content

Commit

Permalink
Updated some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Oct 6, 2023
1 parent fb7c4d9 commit 8c7f720
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 @@ -6,7 +6,7 @@

<groupId>com.technicjelle</groupId>
<artifactId>BlueMapFloodgate</artifactId>
<version>3</version>
<version>3.1</version>
<packaging>jar</packaging>

<name>BlueMapFloodgate</name>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.github.TechnicJelle</groupId>
<artifactId>UpdateCheckerJava</artifactId>
<version>v2.1</version>
<version>v2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -98,13 +98,13 @@
<dependency>
<groupId>com.github.BlueMap-Minecraft</groupId>
<artifactId>BlueMapAPI</artifactId>
<version>v2.4.0</version>
<version>v2.6.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8c7f720

Please sign in to comment.