summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Panić <david@panic.tk>2018-11-13 23:11:34 +0100
committerDavid Panić <david@panic.tk>2018-11-13 23:11:34 +0100
commitd838bc4963a22b7301d72b861486ed4c9174c704 (patch)
tree53c4eb65de9bea42e38cccca4dd123805e267312
parent919d4870e5dfb00eb5d2fb0efc5b109fe62340f2 (diff)
Updated spigot to 1.13.2
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index aa99102..bd7d0bb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ dependencies {
implementation "com.github.RedstonerServer:ChatAPI:master-SNAPSHOT"
implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT"
- compileOnly 'org.spigotmc:spigot-api:1.13.1-R0.1-SNAPSHOT'
+ compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
}
jar {
@@ -35,4 +35,4 @@ jar {
task sourceJar(type: Jar, dependsOn: classes) {
classifier 'sources'
from sourceSets.main.allSource
-} \ No newline at end of file
+}