Skip to content

Commit

Permalink
edit spigot version
Browse files Browse the repository at this point in the history
  • Loading branch information
iceBear67 committed Jun 20, 2021
1 parent aa1fc01 commit 2cda12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.13'
// https://mvnrepository.com/artifact/com.google.code.gson/gson
testCompile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compileOnly 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
testCompile 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
testCompile 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
// https://mvnrepository.com/artifact/org.projectlombok/lombok
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.12'
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.12'
Expand Down

0 comments on commit 2cda12a

Please sign in to comment.