Skip to content

Commit 2cda12a

Browse files
committed
edit spigot version
1 parent aa1fc01 commit 2cda12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
testCompile group: 'junit', name: 'junit', version: '4.13'
2929
// https://mvnrepository.com/artifact/com.google.code.gson/gson
3030
testCompile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
31-
compileOnly 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
32-
testCompile 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
31+
compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
32+
testCompile 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
3333
// https://mvnrepository.com/artifact/org.projectlombok/lombok
3434
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.12'
3535
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.12'

0 commit comments

Comments
 (0)