Skip to content

Commit

Permalink
Update repos
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoKnight committed Apr 29, 2020
1 parent e531b55 commit dc318fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@

<repositories>
<repository>
<id>sk89q-repo</id>
<url>http://maven.sk89q.com/repo</url>
<id>enginehub-maven</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>

<repository>
Expand All @@ -109,7 +109,7 @@

<repository>
<id>maven-central</id>
<url>http://repo1.maven.org/maven2/</url>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>

Expand All @@ -132,7 +132,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.15-R0.1-SNAPSHOT</version>
<version>1.15.2-R0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>

0 comments on commit dc318fe

Please sign in to comment.