Skip to content

Commit fa4d284

Browse files
committed
Update Gradle dependency versions
Remove old worldguard maven repo
1 parent 4f0789b commit fa4d284

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ repositories {
1616
maven {
1717
url 'https://repo.destroystokyo.com/repository/maven-public/'
1818
}
19-
maven {
20-
url 'https://maven.sk89q.com/repo/'
21-
}
2219
maven {
2320
url 'https://repo.skriptlang.org/releases'
2421
}
@@ -37,7 +34,7 @@ compileJava {
3734
}
3835

3936
dependencies {
40-
implementation 'org.spigotmc:spigot-api:1.13-R0.1-SNAPSHOT'
41-
implementation 'com.github.SkriptLang:Skript:2.6.1'
37+
implementation 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
38+
implementation 'com.github.SkriptLang:Skript:2.6.3'
4239
implementation 'org.eclipse.jdt:org.eclipse.jdt.annotation:1.1.0'
4340
}

0 commit comments

Comments
 (0)