Skip to content

Commit

Permalink
Merge pull request #18 from PixelOutlaw/develop
Browse files Browse the repository at this point in the history
Updating facecore version and fixing depends
  • Loading branch information
UltraFaceguy committed Aug 25, 2020
2 parents 9f08b0f + d602e54 commit 0b48ebd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</parent>

<artifactId>strife</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<packaging>jar</packaging>

<name>strife</name>
Expand Down Expand Up @@ -81,13 +81,19 @@
<dependency>
<groupId>io.pixeloutlaw</groupId>
<artifactId>facecore</artifactId>
<version>1.16.2.4</version>
<version>1.16.2.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.pixeloutlaw</groupId>
<artifactId>bullion</artifactId>
<version>2.2.2</version>
<version>2.2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.6.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0b48ebd

Please sign in to comment.