We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0789b commit fa4d284Copy full SHA for fa4d284
build.gradle
@@ -16,9 +16,6 @@ repositories {
16
maven {
17
url 'https://repo.destroystokyo.com/repository/maven-public/'
18
}
19
- maven {
20
- url 'https://maven.sk89q.com/repo/'
21
- }
22
23
url 'https://repo.skriptlang.org/releases'
24
@@ -37,7 +34,7 @@ compileJava {
37
34
38
35
39
36
dependencies {
40
- implementation 'org.spigotmc:spigot-api:1.13-R0.1-SNAPSHOT'
41
- implementation 'com.github.SkriptLang:Skript:2.6.1'
+ implementation 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
+ implementation 'com.github.SkriptLang:Skript:2.6.3'
42
implementation 'org.eclipse.jdt:org.eclipse.jdt.annotation:1.1.0'
43
0 commit comments