Skip to content

Commit

Permalink
Use snapshot version of core. Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wertik committed Dec 24, 2020
1 parent 78884af commit 3f5193a
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>space.devport.wertik.custommessages</groupId>
<artifactId>CustomMessages</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>

<name>CustomMessages</name>

Expand Down Expand Up @@ -34,7 +34,6 @@
<compilerVersion>1.8</compilerVersion>
<source>8</source>
<target>8</target>
<release>8</release>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -91,7 +90,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.3-R0.1-SNAPSHOT</version>
<version>1.16.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -109,7 +108,7 @@
<dependency>
<groupId>space.devport.utils</groupId>
<artifactId>DevportUtils</artifactId>
<version>LATEST</version>
<version>3.7.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -118,11 +117,5 @@
<version>2.10.9</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>7.7.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 3f5193a

Please sign in to comment.