We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9716a9f commit a7bfd72Copy full SHA for a7bfd72
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>net.kunmc.lab</groupId>
8
<artifactId>SchemUploader</artifactId>
9
- <version>1.2-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
12
<name>SchemUploader</name>
@@ -97,7 +97,7 @@
97
<dependency>
98
<groupId>com.github.TeamKun.CommandLib</groupId>
99
<artifactId>bukkit</artifactId>
100
- <version>0.12.4</version>
+ <version>0.14.2</version>
101
</dependency>
102
103
<groupId>com.squareup.okhttp</groupId>
@@ -107,7 +107,7 @@
107
108
<groupId>com.google.code.gson</groupId>
109
<artifactId>gson</artifactId>
110
- <version>2.8.0</version>
+ <version>2.8.9</version>
111
<scope>provided</scope>
112
113
</dependencies>
0 commit comments