Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuanOwO authored Oct 9, 2024
1 parent 9badb3f commit f137e01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions abstraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-legacy</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-plain</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -79,13 +79,13 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-nbt</artifactId>
<version>4.17.0-SNAPSHOT</version>
<version>4.17.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f137e01

Please sign in to comment.