mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-17 23:01:01 +01:00
Fix snapshot repository name, bump SnakeYaml version.
Grammar fix and additional option added: https://code.google.com/p/snakeyaml/wiki/changes By: md_5 <git@md-5.net>
This commit is contained in:
parent
6a0e7d89a8
commit
b608aeb169
1 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
<url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>spigotmc-releases</id>
|
||||
<id>spigotmc-snapshots</id>
|
||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<version>17.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- bundled with Minecraft, should be kept in sync -->
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
|
@ -79,7 +80,7 @@
|
|||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>1.14</version>
|
||||
<version>1.15</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- testing -->
|
||||
|
|
Loading…
Reference in a new issue