Skip to content

Commit

Permalink
Correct issue with DungeonsXL player group. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PikaMug committed Apr 22, 2022
1 parent 2b781cf commit 28a7a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.pikamug.unite</groupId>
<artifactId>Unite</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>22.0.0</version>
<version>23.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>com.github.PikaMug</groupId>
<artifactId>DungeonsXL-Dummy</artifactId>
<version>377c3a340e</version>
<version>65374cb9a8</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 28a7a6a

Please sign in to comment.