Skip to content

Commit f2c26a2

Browse files
committed
drop support for 1.13.2 since it fails to compile
1 parent ecaaa16 commit f2c26a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818

1919
dependencies {
2020
implementation 'org.json:json:20220924'
21-
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
21+
compileOnly 'org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT'
2222
compileOnly 'net.skinsrestorer:skinsrestorer-api:15.0.0'
2323
}
2424

0 commit comments

Comments
 (0)