Skip to content

Commit

Permalink
Final changes:
Browse files Browse the repository at this point in the history
- Fix SnakeYAML dependency conflict with Configurate-yaml
  • Loading branch information
Andre601 committed Mar 7, 2021
1 parent 095a266 commit 15b9c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.16-R0.4</version>
<version>1.16-R0.5-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.16-R0.4</version>
<version>1.16-R0.5-SNAPSHOT</version>
<type>javadoc</type>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 15b9c5d

Please sign in to comment.