Skip to content

Commit

Permalink
Update to Paper 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Oct 10, 2021
1 parent f1fa51d commit 5ff8813
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 @@ -65,12 +65,12 @@ repositories {
}

dependencies {
compileOnly 'com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT'
compileOnly 'io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.4.1'
implementation 'io.papermc:paperlib:1.0.6'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.4.0'
testImplementation 'com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT'
testImplementation 'io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}
Expand Down

0 comments on commit 5ff8813

Please sign in to comment.