Merge branch 'development'

This commit is contained in:
Brianna 2019-09-23 12:47:45 -04:00
commit 1fb8abc83b
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ stages:
variables: variables:
name: "EpicHeads" name: "EpicHeads"
path: "/builds/$CI_PROJECT_PATH" path: "/builds/$CI_PROJECT_PATH"
version: "3.2.0" version: "3.2.1"
build: build:
stage: build stage: build

View File

@ -70,8 +70,8 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot</artifactId>
<version>1.14.4-R0.1-SNAPSHOT</version> <version>1.14.4</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>