Skip to content

Commit

Permalink
Fix minimessage
Browse files Browse the repository at this point in the history
  • Loading branch information
libraryaddict committed Jun 11, 2023
1 parent d30d423 commit 25fd5d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId>
<version>${adventure-serializer.version}</version>
<version>${adventure-text.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>${adventure-api.version}</version>
<version>${adventure-text.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
<junit-jupiter.version>5.9.3</junit-jupiter.version>
<paper-api.version>1.19.4-R0.1-SNAPSHOT</paper-api.version>
<bungeecord-chat.version>1.16-R0.4</bungeecord-chat.version>
<adventure-minimessage.version>4.9.3</adventure-minimessage.version>
<adventure-api.version>4.9.3</adventure-api.version>
<adventure-serializer.version>4.9.3</adventure-serializer.version>
<adventure-minimessage.version>4.2.0-SNAPSHOT</adventure-minimessage.version>
<adventure-text.version>4.9.3</adventure-text.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 25fd5d9

Please sign in to comment.